コード例 #1
0
ファイル: GenericTestFixture.cs プロジェクト: sihugh/JSIL
 protected virtual Configuration MakeConfiguration()
 {
     return(ComparisonTest.MakeDefaultConfiguration());
 }
コード例 #2
0
ファイル: TestUtil.cs プロジェクト: xen2/JSIL
 protected TypeInfoProvider MakeDefaultProvider()
 {
     // Construct a type info provider with default proxies loaded (kind of a hack)
     return((new AssemblyTranslator(ComparisonTest.MakeDefaultConfiguration())).GetTypeInfoProvider());
 }