C# Class ModelBuilder.UnitTests.ExecuteOrderRuleTests

Datei anzeigen Open project: roryprimrose/ModelBuilder

Private Methods

Method Description
IsMatchReturnsWhetherEvaluatorMatchesTest ( ) : void
IsMatchReturnsWhetherTypeAndNameMatchTest ( Type type, string name, Type matchType, string matchName, bool expected ) : void
IsMatchReturnsWhetherTypeAndRegularExpressionMatchTest ( Type type, string expression, Type matchType, string matchName, bool expected ) : void
ReturnsConstructorValuesTest ( ) : void
ThrowsExceptionWhenCreatedWithNullFunctionTest ( ) : void
ThrowsExceptionWhenCreatedWithNullTypeAndNameTest ( ) : void
ThrowsExceptionWhenCreatedWithNullTypeAndRegularExpressionTest ( ) : void