public void CustomSettingsGetRewritten()
 {
     BenchmarkTestRunner.CanCompileAndRun <AppConfigConsumingBenchmark>(output);
 }
Exemple #2
0
 public void CopyToOutputIsSupported()
 {
     BenchmarkTestRunner.CanCompileAndRun <BenchmarksThatUsesFileFromOutput>();
 }
 public void BenchmarksThatUseTypeThatRequiresDifferentRuntimeAreSupported()
 {
     BenchmarkTestRunner.CanCompileAndRun <BenchmarksThatUseTypeThatRequiresDifferentRuntime>(output);
 }
 public void BenchmarksThatReturnTypeFromCustomPathDllAreSupported()
 {
     BenchmarkTestRunner.CanCompileAndRun <BenchmarksThatReturnTypeFromCustomPathDll>(output);
 }
 public void VisualBasicIsSupported()
 {
     BenchmarkTestRunner.CanCompileAndRun <VisualBasic.Sample>(output);
 }
 public void FSharpIsSupported()
 {
     BenchmarkTestRunner.CanCompileAndRun <FSharpBenchmark.Db>(output);
 }
 public void BenchmarksThatUseTypeFromCustomPathDllAreSupported()
 {
     BenchmarkTestRunner.CanCompileAndRun <BenchmarksThatUseTypeFromCustomPathDll>();
 }