Home
last modified time | relevance | path

Searched refs:ExpectationsDirectory (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/linker/linker/Tests/TestCasesRunner/
H A DTestCaseSandbox.cs38 ExpectationsDirectory = _directory.Combine ("expectations").EnsureDirectoryExists (); in TestCaseSandbox()
46 public NPath ExpectationsDirectory { get; } property in Mono.Linker.Tests.TestCasesRunner.TestCaseSandbox
98 source.Copy (ExpectationsDirectory); in CopyToInputAndExpectations()
H A DTestRunner.cs50 references = metadataProvider.GetReferencedAssemblies(sandbox.ExpectationsDirectory); in Compile()
51 …var expectationsAssemblyPath = compiler.CompileTestIn (sandbox.ExpectationsDirectory, assemblyName… in Compile()
H A DTestCaseCompiler.cs50 if (outputDirectory != _sandbox.ExpectationsDirectory) in CompileTestIn()