コード例 #1
0
 public void MethodVisitor_FromExpectedException_ToAssertThrows(string testCategory, string testCase) =>
 SyntaxSnapshot.RunSnapshotTest(testCategory, testCase);
コード例 #2
0
 public void AttributeVisitor_FromTest_ToFact(string testCategory, string testCase) =>
 SyntaxSnapshot.RunSnapshotTest(testCategory, testCase);
コード例 #3
0
 public void MemberAccessVisitor_FromNUnitAssert_ToXUnitAssertion(string testCategory, string testCase) =>
 SyntaxSnapshot.RunSnapshotTest(testCategory, testCase);
コード例 #4
0
 public void AttributeVisitor_FromTestFixture_ToXUnitClass(string testCategory, string testCase) =>
 SyntaxSnapshot.RunSnapshotTest(testCategory, testCase);
コード例 #5
0
 public void CompilationUnitVisitor_FromNUnitUsing_ToXUnitUsing(string testCategory, string testCase) =>
 SyntaxSnapshot.RunSnapshotTest(testCategory, testCase);
コード例 #6
0
 public void AttributeVisitor_FromTestCase_ToInlineData(string testCategory, string testCase) =>
 SyntaxSnapshot.RunSnapshotTest(testCategory, testCase);
コード例 #7
0
 public void Convert(string testCategory, string testCase) =>
 SyntaxSnapshot.RunSnapshotTest(testCategory, testCase);