public void BenchmarksThatReturnTypeFromCustomPathDllAreSupported()
 {
     BenchmarkTestRunner.CanCompileAndRun <BenchmarksThatReturnTypeFromCustomPathDll>(output);
 }
 public void BenchmarksThatReturnTypeThatRequiresDifferentRuntimeAreSupported()
 {
     BenchmarkTestRunner.CanCompileAndRun <BenchmarksThatReturnTypeThatRequiresDifferentRuntime>(output);
 }
 public void VisualBasicIsSupported()
 {
     BenchmarkTestRunner.CanCompileAndRun <VisualBasic.Sample>(output);
 }
 public void FSharpIsSupported()
 {
     BenchmarkTestRunner.CanCompileAndRun <FSharpBenchmark.Db>(output);
 }
Пример #5
0
 public void CustomSettingsGetRewritten()
 {
     BenchmarkTestRunner.CanCompileAndRun <AppConfigConsumingBenchmark>();
 }
 public void CopyToOutputIsSupported()
 {
     BenchmarkTestRunner.CanCompileAndRun <BenchmarksThatUsesFileFromOutput>(output);
 }
Пример #7
0
 public void BenchmarksThatUseTypeFromCustomPathDllAreSupported()
 {
     BenchmarkTestRunner.CanCompileAndRun <BenchmarksThatUseTypeFromCustomPathDll>();
 }