C# Class iSynaptic.Commons.MonadicLawsTestFixture

Mostra file Open project: iSynaptic/iSynaptic.Commons

Protected Methods

Method Description
GetTypeArguments ( Type firstTypeArgument ) : System.Type[]
MonadicLawsTestFixture ( Type monadType, Type extensionType ) : System

Private Methods

Method Description
ExtensionType_IsNotGenericType ( ) : void
ExtensionType_IsNotNull ( ) : void
ExtensionType_IsStaticClass ( ) : void
MonadType_FirstTypeArgument_IsTypeOfUnderlyingValue ( ) : void
MonadType_IsAStruct ( ) : void
MonadType_IsGenericTypeDefinition ( ) : void
MonadType_IsNotNull ( ) : void

Method Details

GetTypeArguments() protected method

protected GetTypeArguments ( Type firstTypeArgument ) : System.Type[]
firstTypeArgument System.Type
return System.Type[]

MonadicLawsTestFixture() protected method

protected MonadicLawsTestFixture ( Type monadType, Type extensionType ) : System
monadType System.Type
extensionType System.Type
return System