public void MethodVisitor_FromExpectedException_ToAssertThrows(string testCategory, string testCase) =>
 SyntaxSnapshot.RunSnapshotTest(testCategory, testCase);
Ejemplo n.º 2
0
 public void AttributeVisitor_FromTest_ToFact(string testCategory, string testCase) =>
 SyntaxSnapshot.RunSnapshotTest(testCategory, testCase);
Ejemplo n.º 3
0
 public void MemberAccessVisitor_FromNUnitAssert_ToXUnitAssertion(string testCategory, string testCase) =>
 SyntaxSnapshot.RunSnapshotTest(testCategory, testCase);
Ejemplo n.º 4
0
 public void AttributeVisitor_FromTestFixture_ToXUnitClass(string testCategory, string testCase) =>
 SyntaxSnapshot.RunSnapshotTest(testCategory, testCase);
Ejemplo n.º 5
0
 public void CompilationUnitVisitor_FromNUnitUsing_ToXUnitUsing(string testCategory, string testCase) =>
 SyntaxSnapshot.RunSnapshotTest(testCategory, testCase);
Ejemplo n.º 6
0
 public void AttributeVisitor_FromTestCase_ToInlineData(string testCategory, string testCase) =>
 SyntaxSnapshot.RunSnapshotTest(testCategory, testCase);
Ejemplo n.º 7
0
 public void Convert(string testCategory, string testCase) =>
 SyntaxSnapshot.RunSnapshotTest(testCategory, testCase);