diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2024-01-10 23:28:14 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2024-01-10 23:28:14 +0300 |
commit | 8b6b44bcf76d40ce281ccf2515a0c59bb2741bfc (patch) | |
tree | 9b5a92443eb42f5ace079dcde1737a7b0f51397c /RhSolutions.ML.Tests/RautitanTests.cs | |
parent | 1951a296d828340afa20de5b98ffc4745d3d0d68 (diff) |
Add Misc test file
Diffstat (limited to 'RhSolutions.ML.Tests/RautitanTests.cs')
-rw-r--r-- | RhSolutions.ML.Tests/RautitanTests.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/RhSolutions.ML.Tests/RautitanTests.cs b/RhSolutions.ML.Tests/RautitanTests.cs index 21c6bde..3eec652 100644 --- a/RhSolutions.ML.Tests/RautitanTests.cs +++ b/RhSolutions.ML.Tests/RautitanTests.cs @@ -20,6 +20,10 @@ public class RautitanTests : TestBase [TestCaseSource(typeof(PradoDataset))] public void PradoTests(Product expexted) => Execute(expexted); + + [TestCaseSource(typeof(MiscDataset))] + public void MiscTest(Product expected) + => Execute(expected); [TestCase("Гильза 16")] [TestCase("Пресс-втулка")] |