C# Class BridgeTests.TestClasses.TestClass

Datei anzeigen Open project: openengsb/loom-csharp

Public Methods

Method Description
hasNoSpecified ( String test, String test2 ) : void
hasObjectSpecified ( Object test, System.Boolean testSpecified ) : void
hasOnlyOneField ( String test ) : void
hasSpecified ( String test, System.Boolean testSpecified ) : void

Private Methods

Method Description
hasArraySpecified ( String test, System.Boolean testSpecified ) : void
hasStringSpecified ( String test, String testSpecified ) : void

Method Details

hasNoSpecified() public method

public hasNoSpecified ( String test, String test2 ) : void
test String
test2 String
return void

hasObjectSpecified() public method

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

hasOnlyOneField() public method

public hasOnlyOneField ( String test ) : void
test String
return void

hasSpecified() public method

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