public void TestInit()
        {
            this.testableAssemblyEnumeratorWrapper = new AssemblyEnumeratorWrapper();
            this.warnings = new List <string>();

            this.testablePlatformServiceProvider = new TestablePlatformServiceProvider();
            PlatformServiceProvider.Instance     = this.testablePlatformServiceProvider;
        }
Exemplo n.º 2
0
 internal UnitTestDiscoverer()
 {
     this.assemblyEnumeratorWrapper = new AssemblyEnumeratorWrapper();
 }
Exemplo n.º 3
0
 internal UnitTestDiscoverer()
 {
     this.assemblyEnumeratorWrapper = new AssemblyEnumeratorWrapper();
     this.TestMethodFilter          = new TestMethodFilter();
 }