C# Class ModelBuilder.UnitTests.ValueGeneratorMatcherTests

Datei anzeigen Open project: roryprimrose/ModelBuilder

Private Methods

Method Description
IsSupportedEvaluatesSpecifiedExpressionAndTypesTest ( Type type, string expression, string referenceName, bool expected ) : void
IsSupportedEvaluatesSpecifiedExpressionTest ( string expression, string referenceName, bool expected ) : void
IsSupportedEvaluatesSpecifiedNameAndTypesTest ( Type type, string referenceName, bool expected ) : void
IsSupportedEvaluatesSpecifiedNamesTest ( string referenceName, bool expected ) : void
IsSupportedEvaluatesSpecifiedTypesTest ( Type type, bool expected ) : void
IsSupportedThrowsExceptionWithNullTypeTest ( ) : void
ThrowsExceptionWithNullExpressionTest ( ) : void
ThrowsExceptionWithNullReferenceNameTest ( ) : void
ThrowsExceptionWithNullTypesTest ( ) : void