C# 클래스 ModelBuilder.UnitTests.ValueGeneratorMatcherTests

파일 보기 프로젝트 열기: roryprimrose/ModelBuilder

비공개 메소드들

메소드 설명
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