C# 클래스 BridgeTests.TestClasses.TestClass

파일 보기 프로젝트 열기: openengsb/loom-csharp

공개 메소드들

메소드 설명
hasNoSpecified ( String test, String test2 ) : void
hasObjectSpecified ( Object test, System.Boolean testSpecified ) : void
hasOnlyOneField ( String test ) : void
hasSpecified ( String test, System.Boolean testSpecified ) : void

비공개 메소드들

메소드 설명
hasArraySpecified ( String test, System.Boolean testSpecified ) : void
hasStringSpecified ( String test, String testSpecified ) : void

메소드 상세

hasNoSpecified() 공개 메소드

public hasNoSpecified ( String test, String test2 ) : void
test String
test2 String
리턴 void

hasObjectSpecified() 공개 메소드

public hasObjectSpecified ( Object test, System.Boolean testSpecified ) : void
test Object
testSpecified System.Boolean
리턴 void

hasOnlyOneField() 공개 메소드

public hasOnlyOneField ( String test ) : void
test String
리턴 void

hasSpecified() 공개 메소드

public hasSpecified ( String test, System.Boolean testSpecified ) : void
test String
testSpecified System.Boolean
리턴 void