コード例 #1
0
 public void AssertExportedMethodsWithMissingTests_MonoReflection()
 {
     // Act & Assert
     CodeComplianceTestHelper.AssertExportedMethodsWithMissingTests(
         DecompilerType.MonoReflection,
         sourceAssembly,
         testAssembly);
 }
コード例 #2
0
 public void AssertExportedMethodsWithMissingTests_AbstractSyntaxTree()
 {
     // Act & Assert
     CodeComplianceTestHelper.AssertExportedMethodsWithMissingTests(
         DecompilerType.AbstractSyntaxTree,
         sourceAssembly,
         testAssembly);
 }