PexSettingsAttributeBase Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Base attribute for settings
public ref class PexSettingsAttributeBase abstract : Microsoft::Pex::Framework::Settings::PexSettingsStoreAttributeBase
public abstract class PexSettingsAttributeBase : Microsoft.Pex.Framework.Settings.PexSettingsStoreAttributeBase
type PexSettingsAttributeBase = class
inherit PexSettingsStoreAttributeBase
Public MustInherit Class PexSettingsAttributeBase
Inherits PexSettingsStoreAttributeBase
- Inheritance
- Derived
Constructors
PexSettingsAttributeBase() |
Initializes a new instance of the PexSettingsAttributeBase class. |
Properties
ActiveSettings |
Gets the list of settings name that have been set (Inherited from PexSettingsStoreAttributeBase) |
Categories |
A named parameter that specifies the fixture categories. |
ContainsSettings |
Gets a value indicating whether this instance has settings that have been set. (Inherited from PexSettingsStoreAttributeBase) |
DisableObservableAssertions |
A named parameter that specifies whether observed values should not be asserted |
DisablePostAnalysis |
A named parameter that specifies whether to disable the post analysis. |
IncludeNonFinalSegmentCoverage |
A named parameter that specifies whether IntelliTest should include non-final segment coverage in coverage reports and when deciding whether to emit tests. |
MaxBranches |
A named parameter that specifies the maximum number of branches that can be taken along a single execution path. |
MaxCalls |
A named parameter that specifies the maximum number of method calls during an exploration. |
MaxConditions |
A named parameter that specifies the maximum number of conditions over the inputs that can be checked during a single execution path. |
MaxConstraintSolverMemory |
A named parameter that specifies the constraint solver's memory limit. |
MaxConstraintSolverTime |
A named parameter that specifies the constraint solver's time out value. |
MaxExceptions |
A named parameter that specifies the maximum number of new exceptions before stopping. |
MaxExecutionTreeNodes |
A named parameter that specifies the maximum number of execution tree nodes. |
MaxRuns |
A named parameter that specifies maximum number of runs that will be tried during an exploration. |
MaxRunsWithoutNewTests |
A named parameter that specifies the maximum number of . |
MaxRunsWithUniquePaths |
A named parameter that specifies the maximum number of runs that IntelliTest will attempt which result in distinct execution paths. |
MaxSequenceLength |
A named parameter that specifies maximum number of method calls that can be performed to construct an object of a given type. |
MaxStack |
A named parameter that specifies the maximum stack size during an exploration |
MaxWorkingSet |
A named parameter that specifies the maximum working set. |
NoSoftSubstitutions |
Experimental. |
NotReproducible |
A named parameter that specifies whether generated tests are not reproducible |
ObserveChoices |
A value that indicates whether choices should be observed in the parameter table. |
Owner |
Owners for the generated tests if any and if supported by the test framework. |
Priority |
The priority of the generated tests if supported by the test framework |
TestClassName |
A named parameter that specifies the format string for the the test class name. |
TestEmissionBranchHits |
A named parameter that specifies whether IntelliTest can emit a new test case if the branch coverage increases, considering how often branches have been hit, capped by this option. |
TestEmissionFilter |
A named parameter that specifies grounds on which IntelliTest should generate test cases. |
TestExcludePathBoundsExceeded |
A named parameter that specifies whether to ignore execution paths that exceed MaxCalls, MaxBranches or MaxConditions. |
ThreadApartmentState |
A named parameter that specifies in which apartment state the test thread should be. |
Timeout |
A named parameter that specifies the exploration time out value. |