From 2f1a2459fa0c70e03c8e280ae9e1da7b0abad338 Mon Sep 17 00:00:00 2001 From: Serghei Cebotari Date: Tue, 3 Oct 2023 21:43:15 +0300 Subject: Update Misc External Adapter --- RhSolutions.ML.Tests/RaupianoTests.cs | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 RhSolutions.ML.Tests/RaupianoTests.cs (limited to 'RhSolutions.ML.Tests/RaupianoTests.cs') diff --git a/RhSolutions.ML.Tests/RaupianoTests.cs b/RhSolutions.ML.Tests/RaupianoTests.cs new file mode 100644 index 0000000..5dceb2c --- /dev/null +++ b/RhSolutions.ML.Tests/RaupianoTests.cs @@ -0,0 +1,16 @@ +namespace RhSolutions.ML.Tests; + +public class RaupianoTests : RhSolutionsTests +{ + [TestCase("Труба канализационная")] + [TestCase("Труба 110")] + [TestCase("Труба 110 500")] + public void WastePipeTest(string name) + => Execute(name, expectedGroup: "Труба RAUPIANO"); + + [TestCase("Тройник 50/50/45")] + [TestCase("Тройник 50/50/45°")] + [TestCase("Тройник 50 50 45")] + public void WastePipeBranchTest(string name) + => Execute(name, expectedGroup: "Тройник RAUPIANO"); +} -- cgit v1.2.3