コード例 #1
0
ファイル: ResourcesTest.cs プロジェクト: leloulight/dnx
 public ResourcesTest(DnxRuntimeFixture fixture)
 {
     _fixture = fixture;
 }
コード例 #2
0
 public BootstrapperTests(DnxRuntimeFixture fixture)
 {
     _fixture = fixture;
 }
コード例 #3
0
ファイル: AppHostTests.cs プロジェクト: rajeevkb/dnx
 public AppHostTests(DnxRuntimeFixture fixture)
 {
     _fixture = fixture;
 }