The ITestModelBuilder type exposes the following members.

Methods

  NameDescription
AddAnnotation
Adds an annotation to the test model.
AddAssemblyResolver
Adds an assembly resolver to the test model's assembly loading policy.
AddDeferredAction
Registers a deferred action to be performed when ApplyDeferredActions()()() is called.
(Inherited from ISupportDeferredActions.)
ApplyDeferredActions
Applies all pending deferred in order and clears the list.
(Inherited from ISupportDeferredActions.)
PublishExceptionAsAnnotation
Publishes an exception as an annotation about a particular code element.
ToTestModel
Gets the underlying test model.

Properties

  NameDescription
ReflectionPolicy
Gets the reflection policy for the model.
RootTestBuilder
Gets the builder of the root test.

See Also