PHP Class Commando\Test\CommandTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: nategood/commando

Méthodes publiques

Méthode Description
testBooleanOption ( )
testCommandoAnon ( )
testCommandoFlag ( )
testGetValues ( )
testImplicitAndExplicitParse ( )
testIncrementOption ( )
testIncrementOptionMaxValue ( )
testRequirementsOnOptionsMissing ( ) Test that an exception is thrown when an option isn't set
testRequirementsOnOptionsValid ( ) Ensure that requirements are resolved correctly
testRetrievingOptionAnon ( ) Test retrieving a previously defined option via option($name)
testRetrievingOptionNamed ( ) Test retrieving a previously defined option via option($name)

Method Details

testBooleanOption() public méthode

public testBooleanOption ( )

testCommandoAnon() public méthode

public testCommandoAnon ( )

testCommandoFlag() public méthode

public testCommandoFlag ( )

testGetValues() public méthode

public testGetValues ( )

testImplicitAndExplicitParse() public méthode

testIncrementOption() public méthode

public testIncrementOption ( )

testIncrementOptionMaxValue() public méthode

testRequirementsOnOptionsMissing() public méthode

Test that an exception is thrown when an option isn't set

testRequirementsOnOptionsValid() public méthode

Ensure that requirements are resolved correctly

testRetrievingOptionAnon() public méthode

Test retrieving a previously defined option via option($name)

testRetrievingOptionNamed() public méthode

Test retrieving a previously defined option via option($name)