AIT.VisualStudio.TestTools


Stub<'T>

Defined in AIT.VisualStudio.TestTools.MEF.dll.
Container for passing stubs which should replace a export to the composition container.

Constructors

ConstructorDescription
new(instance)
Signature: instance:'T -> unit
Initializes a new instance of the Stub`1 class.

Instance members

Instance memberDescription
Type
Signature: Type
Modifiers: abstract
Gets the type which should get replaced.
Fork me on GitHub