PHP Class WsdlToPhp\PackageGenerator\Tests\ConfigurationReader\GeneratorOptionsTest

Show file Open project: wsdltophp/packagegenerator Class Usage Examples

Public Methods

Method Description
optionsInstance ( ) : GeneratorOptions
testGetAddComments ( )
testGetArraysFolder ( )
testGetBasicLogin ( )
testGetBasicPassword ( )
testGetCategory ( )
testGetComposerName ( )
testGetDestination ( )
testGetEnumsFolder ( )
testGetGatherMethods ( )
testGetGenerateTutorialFile ( )
testGetGenericConstantsName ( )
testGetNamespace ( )
testGetOrigin ( )
testGetPrefix ( )
testGetProxyHost ( )
testGetProxyLogin ( )
testGetProxyPassword ( )
testGetProxyPort ( )
testGetServicesFolder ( )
testGetSoapClientClass ( )
testGetSoapOptions ( )
testGetStandalone ( )
testGetStructArrayClass ( )
testGetStructClass ( )
testGetStructsFolder ( )
testGetSuffix ( )
testGetUnexistingOptionValue ( )
testGetValidation ( )
testParseException ( )
testSetAddComments ( )
testSetAddCommentsSimple ( )
testSetArraysFolder ( )
testSetBasicLogin ( )
testSetBasicPassword ( )
testSetCategory ( )
testSetComposerName ( )
testSetDestination ( )
testSetEnumsFolder ( )
testSetExistingOptionValue ( )
testSetExistingOptionValueWithInvalidValue ( )
testSetGatherMethods ( )
testSetGatherMethodsNone ( )
testSetGenerateTutorialFile ( )
testSetGenericConstantsName ( )
testSetNamespace ( )
testSetOrigin ( )
testSetPrefix ( )
testSetProxyHost ( )
testSetProxyLogin ( )
testSetProxyPassword ( )
testSetProxyPort ( )
testSetServicesFolder ( )
testSetSoapClientClass ( )
testSetSoapOptions ( )
testSetStandalone ( )
testSetStructArrayClass ( )
testSetStructClass ( )
testSetStructsFolder ( )
testSetSuffix ( )
testSetUnexistingOptionValue ( )
testSetUnexistingOptionValueWithInvalidValue ( )
testSetValidation ( )
testToArray ( )

Method Details

optionsInstance() public static method

public static optionsInstance ( ) : GeneratorOptions
return WsdlToPhp\PackageGenerator\ConfigurationReader\GeneratorOptions

testGetAddComments() public method

public testGetAddComments ( )

testGetArraysFolder() public method

public testGetArraysFolder ( )

testGetBasicLogin() public method

public testGetBasicLogin ( )

testGetBasicPassword() public method

testGetCategory() public method

public testGetCategory ( )

testGetComposerName() public method

public testGetComposerName ( )

testGetDestination() public method

public testGetDestination ( )

testGetEnumsFolder() public method

public testGetEnumsFolder ( )

testGetGatherMethods() public method

testGetGenerateTutorialFile() public method

testGetGenericConstantsName() public method

testGetNamespace() public method

public testGetNamespace ( )

testGetOrigin() public method

public testGetOrigin ( )

testGetPrefix() public method

public testGetPrefix ( )

testGetProxyHost() public method

public testGetProxyHost ( )

testGetProxyLogin() public method

public testGetProxyLogin ( )

testGetProxyPassword() public method

testGetProxyPort() public method

public testGetProxyPort ( )

testGetServicesFolder() public method

testGetSoapClientClass() public method

testGetSoapOptions() public method

public testGetSoapOptions ( )

testGetStandalone() public method

public testGetStandalone ( )

testGetStructArrayClass() public method

testGetStructClass() public method

public testGetStructClass ( )

testGetStructsFolder() public method

testGetSuffix() public method

public testGetSuffix ( )

testGetUnexistingOptionValue() public method

testGetValidation() public method

public testGetValidation ( )

testParseException() public static method

public static testParseException ( )

testSetAddComments() public method

public testSetAddComments ( )

testSetAddCommentsSimple() public method

testSetArraysFolder() public method

public testSetArraysFolder ( )

testSetBasicLogin() public method

public testSetBasicLogin ( )

testSetBasicPassword() public method

testSetCategory() public method

public testSetCategory ( )

testSetComposerName() public method

public testSetComposerName ( )

testSetDestination() public method

public testSetDestination ( )

testSetEnumsFolder() public method

public testSetEnumsFolder ( )

testSetExistingOptionValue() public method

testSetExistingOptionValueWithInvalidValue() public method

testSetGatherMethods() public method

testSetGatherMethodsNone() public method

testSetGenerateTutorialFile() public method

testSetGenericConstantsName() public method

testSetNamespace() public method

public testSetNamespace ( )

testSetOrigin() public method

public testSetOrigin ( )

testSetPrefix() public method

public testSetPrefix ( )

testSetProxyHost() public method

public testSetProxyHost ( )

testSetProxyLogin() public method

public testSetProxyLogin ( )

testSetProxyPassword() public method

testSetProxyPort() public method

public testSetProxyPort ( )

testSetServicesFolder() public method

testSetSoapClientClass() public method

testSetSoapOptions() public method

public testSetSoapOptions ( )

testSetStandalone() public method

public testSetStandalone ( )

testSetStructArrayClass() public method

testSetStructClass() public method

public testSetStructClass ( )

testSetStructsFolder() public method

testSetSuffix() public method

public testSetSuffix ( )

testSetUnexistingOptionValue() public method

testSetUnexistingOptionValueWithInvalidValue() public method

testSetValidation() public method

public testSetValidation ( )

testToArray() public method

public testToArray ( )