Verify.Ctor<T> method
Get a constructor verifier for verifying constructor parameters.
csharp
public static ICtorVerifier<T> Ctor<T>()
public static ICtorVerifier<T> Ctor<T>()
parameter | description |
---|---|
T | The type the constructor will return. |
Return Value
A constructor verifier.
See Also
- interface ICtorVerifier<T>
- class Verify
- namespace Twizzar.Fixture