PHP 클래스 ParaTest\Logging\JUnit\WriterTest

상속: extends TestBase
파일 보기 프로젝트 열기: brianium/paratest

보호된 프로퍼티들

프로퍼티 타입 설명
$interpreter ParaTest\Logging\LogInterpreter
$passing
$writer

공개 메소드들

메소드 설명
setUp ( )
testConstructor ( )
testMixedFileLog ( )
testSingleFileLog ( )
testThatEmptyLineAttributesConvertToZero ( ) Empty line attributes, e.g. line="" breaks Jenkins parsing since it needs to be an integer.
testWrite ( )

보호된 메소드들

메소드 설명
addPassingReader ( )

메소드 상세

addPassingReader() 보호된 메소드

protected addPassingReader ( )

setUp() 공개 메소드

public setUp ( )

testConstructor() 공개 메소드

public testConstructor ( )

testMixedFileLog() 공개 메소드

public testMixedFileLog ( )

testSingleFileLog() 공개 메소드

public testSingleFileLog ( )

testThatEmptyLineAttributesConvertToZero() 공개 메소드

To repair, ensure that empty line attributes are actually written as 0 instead of empty string.

testWrite() 공개 메소드

public testWrite ( )

프로퍼티 상세

$interpreter 보호되어 있는 프로퍼티

protected LogInterpreter,ParaTest\Logging $interpreter
리턴 ParaTest\Logging\LogInterpreter

$passing 보호되어 있는 프로퍼티

protected $passing

$writer 보호되어 있는 프로퍼티

protected $writer