Home
last modified time | relevance | path

Searched refs:TestCaseSandbox (Results 1 – 5 of 5) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/linker/linker/Tests/TestCasesRunner/
H A DTestCaseSandbox.cs9 public class TestCaseSandbox { class
13 public TestCaseSandbox (TestCase testCase) in TestCaseSandbox() method in Mono.Linker.Tests.TestCasesRunner.TestCaseSandbox
18 public TestCaseSandbox (TestCase testCase, NPath rootTemporaryDirectory) in TestCaseSandbox() method in Mono.Linker.Tests.TestCasesRunner.TestCaseSandbox
23 public TestCaseSandbox (TestCase testCase, string rootTemporaryDirectory, string namePrefix) in TestCaseSandbox() method in Mono.Linker.Tests.TestCasesRunner.TestCaseSandbox
28 public TestCaseSandbox (TestCase testCase, NPath rootTemporaryDirectory, string namePrefix) in TestCaseSandbox() method in Mono.Linker.Tests.TestCasesRunner.TestCaseSandbox
H A DObjectFactory.cs6 public virtual TestCaseSandbox CreateSandbox (TestCase testCase) in CreateSandbox()
8 return new TestCaseSandbox (testCase); in CreateSandbox()
11 …public virtual TestCaseCompiler CreateCompiler (TestCaseSandbox sandbox, TestCaseMetadaProvider me… in CreateCompiler()
H A DTestRunner.cs31 private TestCaseSandbox Sandbox (TestCase testCase, TestCaseMetadaProvider metadataProvider) in Sandbox()
38 …private ManagedCompilationResult Compile (TestCaseSandbox sandbox, TestCaseMetadaProvider metadata… in Compile()
55 …protected virtual void PrepForLink (TestCaseSandbox sandbox, ManagedCompilationResult compilationR… in PrepForLink()
59 …private LinkedTestCaseResult Link (TestCase testCase, TestCaseSandbox sandbox, ManagedCompilationR… in Link()
H A DTestCaseCompiler.cs12 protected readonly TestCaseSandbox _sandbox;
15 public TestCaseCompiler (TestCaseSandbox sandbox, TestCaseMetadaProvider metadataProvider) in TestCaseCompiler()
20 …public TestCaseCompiler (TestCaseSandbox sandbox, TestCaseMetadaProvider metadataProvider, ILCompi… in TestCaseCompiler()
/dports/lang/mono/mono-5.10.1.57/external/linker/linker/Tests/
H A DMono.Linker.Tests.csproj101 <Compile Include="TestCasesRunner\TestCaseSandbox.cs" />