PHP 클래스 NestedCaseTag, simpletest

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

공개 메소드들

메소드 설명
__construct ( hash $attributes ) Sets the basic test information except the name.
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.

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.