public void MethodVisitor_FromExpectedException_ToAssertThrows(string testCategory, string testCase) =>
 SyntaxSnapshot.RunSnapshotTest(testCategory, testCase);
Exemple #2
0
 public void AttributeVisitor_FromTest_ToFact(string testCategory, string testCase) =>
 SyntaxSnapshot.RunSnapshotTest(testCategory, testCase);
 public void MemberAccessVisitor_FromNUnitAssert_ToXUnitAssertion(string testCategory, string testCase) =>
 SyntaxSnapshot.RunSnapshotTest(testCategory, testCase);
Exemple #4
0
 public void AttributeVisitor_FromTestFixture_ToXUnitClass(string testCategory, string testCase) =>
 SyntaxSnapshot.RunSnapshotTest(testCategory, testCase);
 public void CompilationUnitVisitor_FromNUnitUsing_ToXUnitUsing(string testCategory, string testCase) =>
 SyntaxSnapshot.RunSnapshotTest(testCategory, testCase);
 public void AttributeVisitor_FromTestCase_ToInlineData(string testCategory, string testCase) =>
 SyntaxSnapshot.RunSnapshotTest(testCategory, testCase);
 public void Convert(string testCategory, string testCase) =>
 SyntaxSnapshot.RunSnapshotTest(testCategory, testCase);