ValidateOptions Method
Definition
- Namespace
- Codebelt.Extensions.BenchmarkDotNet
- Assemblies
- Codebelt.Extensions.BenchmarkDotNet.dll
ValidateOptions()
Determines whether the public read-write properties of this instance are in a valid state.
public void ValidateOptions()
Exceptions
- InvalidOperationException
Configuration cannot be null. -or- RepositoryPath cannot be null, empty or consist only of white-space characters. -or- RepositoryTuningFolder cannot be null, empty or consist only of white-space characters. -or- RepositoryReportsFolder cannot be null, empty or consist only of white-space characters. -or- TargetFrameworkMoniker cannot be null, empty or consist only of white-space characters. -or- BenchmarkProjectSuffix cannot be null, empty or consist only of white-space characters.