PHP 클래스 NestedXmlTag, simpletest

Holds the incoming test structure information for later dispatch to the reporter.
파일 보기 프로젝트 열기: simpletest/simpletest 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( hash $attributes ) Sets the basic test information except the name.
getName ( ) : string Accessor for name.
setName ( string $name ) Sets the test case/method name.

보호된 메소드들

메소드 설명
getAttributes ( ) : hash Accessor for attributes.

메소드 상세

__construct() 공개 메소드

Sets the basic test information except the name.
public __construct ( hash $attributes )
$attributes hash Name value pairs.

getAttributes() 보호된 메소드

Accessor for attributes.
protected getAttributes ( ) : hash
리턴 hash All attributes.

getName() 공개 메소드

Accessor for name.
public getName ( ) : string
리턴 string Name of test.

setName() 공개 메소드

Sets the test case/method name.
public setName ( string $name )
$name string Name of test.