PHP 클래스 Kraken\_Unit\Throwable\ThrowableProxyTest

상속: extends Kraken\Test\TUnit
파일 보기 프로젝트 열기: kraken-php/framework

공개 메소드들

메소드 설명
assertString ( string $string )
createThrowableProxy ( Error | Exception | string[] | string $exceptionOrMessage, string[] | null $methods = null ) : ThrowableProxy | PHPUnit_Framework_MockObject_MockObject
testApiConstructor_CreatesInstance ( )
testApiConstructor_CreatesInstance_WhenErrorPassed ( )
testApiConstructor_CreatesInstance_WhenExceptionPassed ( )
testApiConstructor_CreatesInstance_WhenMessagePassed ( )
testApiConstructor_CreatesInstance_WhenStringArrayPassed ( )
testApiConstructor_CreatesInstance_WithPreviousElementBeingError ( )
testApiConstructor_CreatesInstance_WithPreviousElementBeingException ( )
testApiConstructor_CreatesInstance_WithPreviousElementBeingFrameworkError ( )
testApiDestructor_DoesNotThrowException ( )
testApiGetCode_ReturnsCode ( )
testApiGetFile_ReturnsFile ( )
testApiGetLine_ReturnsLine ( )
testApiGetMessage_ReturnsMessage ( )
testApiGetPrevious_ReturnsNull_WhenPreviousDoesNotExist ( )
testApiGetPrevious_ReturnsPrevious_WhenPreviousDoesExist ( )
testApiGetTraceAsString_ReturnsTraceAsString ( )
testApiGetTrace_ReturnsTrace ( )
testApiToString_ReturnsString ( )
testApiToThrowable_ReturnsOriginal ( )

메소드 상세

assertString() 공개 메소드

public assertString ( string $string )
$string string

createThrowableProxy() 공개 메소드

public createThrowableProxy ( Error | Exception | string[] | string $exceptionOrMessage, string[] | null $methods = null ) : ThrowableProxy | PHPUnit_Framework_MockObject_MockObject
$exceptionOrMessage Error | Exception | string[] | string
$methods string[] | null
리턴 Kraken\Throwable\ThrowableProxy | PHPUnit_Framework_MockObject_MockObject

testApiConstructor_CreatesInstance() 공개 메소드

testApiConstructor_CreatesInstance_WhenErrorPassed() 공개 메소드

testApiConstructor_CreatesInstance_WhenExceptionPassed() 공개 메소드

testApiConstructor_CreatesInstance_WhenMessagePassed() 공개 메소드

testApiConstructor_CreatesInstance_WhenStringArrayPassed() 공개 메소드

testApiConstructor_CreatesInstance_WithPreviousElementBeingError() 공개 메소드

testApiConstructor_CreatesInstance_WithPreviousElementBeingException() 공개 메소드

testApiConstructor_CreatesInstance_WithPreviousElementBeingFrameworkError() 공개 메소드

testApiDestructor_DoesNotThrowException() 공개 메소드

testApiGetCode_ReturnsCode() 공개 메소드

testApiGetFile_ReturnsFile() 공개 메소드

testApiGetLine_ReturnsLine() 공개 메소드

testApiGetMessage_ReturnsMessage() 공개 메소드

testApiGetPrevious_ReturnsNull_WhenPreviousDoesNotExist() 공개 메소드

testApiGetPrevious_ReturnsPrevious_WhenPreviousDoesExist() 공개 메소드

testApiGetTraceAsString_ReturnsTraceAsString() 공개 메소드

testApiGetTrace_ReturnsTrace() 공개 메소드

testApiToString_ReturnsString() 공개 메소드

testApiToThrowable_ReturnsOriginal() 공개 메소드