diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2023-10-01 22:16:46 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2023-10-01 22:16:46 +0300 |
commit | 68bdc167c2d13d1fa2cd601adda7084cd38d39c4 (patch) | |
tree | 9b29be8595d29d78a5b1c87adeda2a3a95ceb383 /RhSolutions.ML.Tests | |
parent | fb4fd6f49dd72f4c690c1fd0ce5eeb0d7464f32f (diff) |
Add TECE adapters
Diffstat (limited to 'RhSolutions.ML.Tests')
-rw-r--r-- | RhSolutions.ML.Tests/Tests.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RhSolutions.ML.Tests/Tests.cs b/RhSolutions.ML.Tests/Tests.cs index 653ebe4..b1b2fd4 100644 --- a/RhSolutions.ML.Tests/Tests.cs +++ b/RhSolutions.ML.Tests/Tests.cs @@ -78,6 +78,7 @@ public class Tests [TestCase("ПНР 16")] [TestCase("Переход НР 16 1/2")] [TestCase("Муфта НР 16 1/2")] + [TestCase("Соединение прямое с ниппелем")] public void AdapterExternalTest(string name) { Product p = new() @@ -110,6 +111,7 @@ public class Tests [TestCase("ПНГ 16")] [TestCase("Переход НГ 16 1/2")] [TestCase("Муфта НГ 16 1/2")] + [TestCase("штуцер с накидной гайкой")] public void AdapterScrewcapTest(string name) { Product p = new() |