public void TestMethod2(MyTestInputType testInput) { Assert.IsTrue(string.IsNullOrEmpty(testInput.F())); }
public void TestMethod1(MyTestInputType testInput) { Assert.IsTrue(testInput.Key == testInput.F()); }