PHP 클래스 NestedGroupTag, simpletest

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

공개 메소드들

메소드 설명
__construct ( hash $attributes ) Sets the basic test information except the name.
getSize ( ) : integer The size in the attributes.
paintEnd ( SimpleReporter &$listener ) Signals the appropriate end event on the listener.
paintStart ( SimpleReporter &$listener ) Signals the appropriate start event on the listener.

메소드 상세

__construct() 공개 메소드

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

getSize() 공개 메소드

The size in the attributes.
public getSize ( ) : integer
리턴 integer Value of size attribute or zero.

paintEnd() 공개 메소드

Signals the appropriate end event on the listener.
public paintEnd ( SimpleReporter &$listener )
$listener SimpleReporter Target for events.

paintStart() 공개 메소드

Signals the appropriate start event on the listener.
public paintStart ( SimpleReporter &$listener )
$listener SimpleReporter Target for events.