PHP 클래스 WsdlToPhp\PackageGenerator\Tests\ConfigurationReader\GeneratorOptionsTest

파일 보기 프로젝트 열기: wsdltophp/packagegenerator 1 사용 예제들

공개 메소드들

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

메소드 상세

optionsInstance() 공개 정적인 메소드

public static optionsInstance ( ) : GeneratorOptions
리턴 WsdlToPhp\PackageGenerator\ConfigurationReader\GeneratorOptions

testGetAddComments() 공개 메소드

public testGetAddComments ( )

testGetArraysFolder() 공개 메소드

public testGetArraysFolder ( )

testGetBasicLogin() 공개 메소드

public testGetBasicLogin ( )

testGetBasicPassword() 공개 메소드

testGetCategory() 공개 메소드

public testGetCategory ( )

testGetComposerName() 공개 메소드

public testGetComposerName ( )

testGetDestination() 공개 메소드

public testGetDestination ( )

testGetEnumsFolder() 공개 메소드

public testGetEnumsFolder ( )

testGetGatherMethods() 공개 메소드

testGetGenerateTutorialFile() 공개 메소드

testGetGenericConstantsName() 공개 메소드

testGetNamespace() 공개 메소드

public testGetNamespace ( )

testGetOrigin() 공개 메소드

public testGetOrigin ( )

testGetPrefix() 공개 메소드

public testGetPrefix ( )

testGetProxyHost() 공개 메소드

public testGetProxyHost ( )

testGetProxyLogin() 공개 메소드

public testGetProxyLogin ( )

testGetProxyPassword() 공개 메소드

testGetProxyPort() 공개 메소드

public testGetProxyPort ( )

testGetServicesFolder() 공개 메소드

testGetSoapClientClass() 공개 메소드

testGetSoapOptions() 공개 메소드

public testGetSoapOptions ( )

testGetStandalone() 공개 메소드

public testGetStandalone ( )

testGetStructArrayClass() 공개 메소드

testGetStructClass() 공개 메소드

public testGetStructClass ( )

testGetStructsFolder() 공개 메소드

testGetSuffix() 공개 메소드

public testGetSuffix ( )

testGetUnexistingOptionValue() 공개 메소드

testGetValidation() 공개 메소드

public testGetValidation ( )

testParseException() 공개 정적인 메소드

public static testParseException ( )

testSetAddComments() 공개 메소드

public testSetAddComments ( )

testSetAddCommentsSimple() 공개 메소드

testSetArraysFolder() 공개 메소드

public testSetArraysFolder ( )

testSetBasicLogin() 공개 메소드

public testSetBasicLogin ( )

testSetBasicPassword() 공개 메소드

testSetCategory() 공개 메소드

public testSetCategory ( )

testSetComposerName() 공개 메소드

public testSetComposerName ( )

testSetDestination() 공개 메소드

public testSetDestination ( )

testSetEnumsFolder() 공개 메소드

public testSetEnumsFolder ( )

testSetExistingOptionValue() 공개 메소드

testSetExistingOptionValueWithInvalidValue() 공개 메소드

testSetGatherMethods() 공개 메소드

testSetGatherMethodsNone() 공개 메소드

testSetGenerateTutorialFile() 공개 메소드

testSetGenericConstantsName() 공개 메소드

testSetNamespace() 공개 메소드

public testSetNamespace ( )

testSetOrigin() 공개 메소드

public testSetOrigin ( )

testSetPrefix() 공개 메소드

public testSetPrefix ( )

testSetProxyHost() 공개 메소드

public testSetProxyHost ( )

testSetProxyLogin() 공개 메소드

public testSetProxyLogin ( )

testSetProxyPassword() 공개 메소드

testSetProxyPort() 공개 메소드

public testSetProxyPort ( )

testSetServicesFolder() 공개 메소드

testSetSoapClientClass() 공개 메소드

testSetSoapOptions() 공개 메소드

public testSetSoapOptions ( )

testSetStandalone() 공개 메소드

public testSetStandalone ( )

testSetStructArrayClass() 공개 메소드

testSetStructClass() 공개 메소드

public testSetStructClass ( )

testSetStructsFolder() 공개 메소드

testSetSuffix() 공개 메소드

public testSetSuffix ( )

testSetUnexistingOptionValue() 공개 메소드

testSetUnexistingOptionValueWithInvalidValue() 공개 메소드

testSetValidation() 공개 메소드

public testSetValidation ( )

testToArray() 공개 메소드

public testToArray ( )