The DefaultTestBuilder type exposes the following members.

Constructors

  NameDescription
DefaultTestBuilder
Creates a test builder.

Methods

  NameDescription
AddDeferredAction
Registers a deferred action to be performed when ApplyDeferredActions()()() is called.
(Inherited from BaseBuilder.)
AddDependency
Adds a test dependency.
AddMetadata
Adds a metadata key value pair.
(Inherited from BaseTestComponentBuilder.)
ApplyDeferredActions
Applies all pending deferred in order and clears the list.
(Inherited from BaseBuilder.)
CreateChild
Creates a child test and returns its builder.
CreateParameter
Creates a test parameter and returns its builder.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetParameter
Gets a test parameter builder by name.
GetTestComponent
Gets the underlying test component.
(Overrides BaseTestComponentBuilder..::.GetTestComponent()()().)
GetTestModelBuilder
Gets the test model builder.
(Inherited from BaseTestComponentBuilder.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
ToTest
Gets the underlying test.
ToTestComponent
Gets the underlying test component.
(Inherited from BaseTestComponentBuilder.)

Extension Methods

  NameDescription
FormatOverloaded.

Properties

  NameDescription
ApartmentState
Gets or sets the apartment state to be used to run the test.
CodeElement
Gets a reference to the point of definition of this test component in the code, or null if unknown.
(Inherited from BaseTestComponentBuilder.)
Id
Gets the stable unique identifier of the component.
(Inherited from BaseTestComponentBuilder.)
IsParallelizable
Gets or sets whether the test is parallelizable.
IsTestCase
Gets whether this test represents an individual test case as opposed to a test container such as a fixture or suite.
Kind
Gets or sets the value of the TestKind metadata entry. (This is a convenience method.)
LocalId
Gets a locally unique identifier for this test that satisfies some specific conditions.
LocalIdHint
Gets or sets a suggested LocalId hint, or null if none.
Name
Gets or sets the name of the component.
(Inherited from BaseTestComponentBuilder.)
Order
Gets or sets a number that defines an ordering for the test with respect to its siblings.
TestActions
Gets the set of actions that describe the behavior of the test.
TestInstanceActions
Gets the set of actions that describe the behavior of the test's instances.
TimeoutFunc
Gets or sets the maximum amount of time the whole test including its setup, teardown and body should be permitted to run.

See Also