PexInputEnumeratorBase.InputModelBuilder 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.
This class provides infrastructure to (symbolically) execute a test method in order to determine the vales that will be passed to the exploration method.
protected: ref class PexInputEnumeratorBase::InputModelBuilder sealed : IDisposable
protected sealed class PexInputEnumeratorBase.InputModelBuilder : IDisposable
Protected NotInheritable Class PexInputEnumeratorBase.InputModelBuilder
Implements IDisposable
- Inheritance
-
PexInputEnumeratorBase.InputModelBuilder
- Implements
Constructors
| Name | Description |
|---|---|
| PexInputEnumeratorBase.InputModelBuilder(PexInputEnumeratorBase) |
Initializes a new instance of the PexInputEnumeratorBase.InputModelBuilder class. |
Properties
| Name | Description |
|---|---|
| ParameterSymbols |
Gets the parameter symbols. |
Methods
| Name | Description |
|---|---|
| Dispose() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| ToInputModel(String) |
Creates an input model from the current state of this builder. |
| TrySetValue(ISymbolIdFromParameter, Object) |
Tries to set the value of a parameter symbol. |