GenericMockFactory(String, Type[]) Constructor
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.
public:
GenericMockFactory(System::String ^ className, cli::array <Type ^> ^ interfaces);
public GenericMockFactory (string className, Type[] interfaces);
new Microsoft.VsSDK.UnitTestLibrary.GenericMockFactory : string * Type[] -> Microsoft.VsSDK.UnitTestLibrary.GenericMockFactory
Public Sub New (className As String, interfaces As Type())
Parameters
- className
- String
- interfaces
- Type[]