PHP 클래스 lithium\tests\cases\test\UnitTest

상속: extends lithium\test\Unit
파일 보기 프로젝트 열기: unionofrad/lithium

공개 프로퍼티들

프로퍼티 타입 설명
$test

공개 메소드들

메소드 설명
setUp ( )
testArrayHasKeyFalse ( )
testArrayHasKeyTrue ( )
testArrayHasKeyValueNull ( )
testArrayNotHasKeyFalse ( )
testArrayNotHasKeyTrue ( )
testAssertArrayIdentical ( )
testAssertBacktraces ( )
testAssertContainsFalse ( )
testAssertContainsOnlyFalse ( )
testAssertContainsOnlyInstanceOfFalse ( )
testAssertContainsOnlyInstanceOfTrue ( )
testAssertContainsOnlyTrue ( )
testAssertContainsStringInStrFalse ( )
testAssertContainsStringInStrTrue ( )
testAssertContainsTrue ( )
testAssertCookie ( ) With a fresh PHP environment this might throw an exception: strtotime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. See also http://php.net/function.date-default-timezone-get.php
testAssertCookieWithHeaders ( )
testAssertCountFalse ( )
testAssertCountTrue ( )
testAssertEmptyFalse ( )
testAssertEmptyTrue ( )
testAssertEqualAssociativeArray ( )
testAssertEqualNumeric ( )
testAssertEqualNumericFail ( )
testAssertEqualThreeDFail ( )
testAssertException ( )
testAssertExceptionNotThrown ( )
testAssertExceptionWrongException ( )
testAssertFileEqualsFalse ( )
testAssertFileEqualsTrue ( )
testAssertFileExistsFalse ( )
testAssertFileExistsTrue ( )
testAssertFileNotEqualsFalse ( )
testAssertFileNotEqualsTrue ( )
testAssertFileNotExistsFalse ( )
testAssertFileNotExistsTrue ( )
testAssertGreaterThanFalse ( )
testAssertGreaterThanOrEqualFalse ( )
testAssertGreaterThanOrEqualTrue ( )
testAssertGreaterThanTrue ( )
testAssertIdentical ( )
testAssertIdenticalArray ( )
testAssertInstanceOfFalse ( )
testAssertInstanceOfTrue ( )
testAssertInternalTypeFalse ( )
testAssertInternalTypeTrue ( )
testAssertLessThanFalse ( )
testAssertLessThanOrEqualFalse ( )
testAssertLessThanOrEqualTrue ( )
testAssertLessThanTrue ( )
testAssertNotContainsFalse ( )
testAssertNotContainsOnlyFalse ( )
testAssertNotContainsOnlyTrue ( )
testAssertNotContainsStringInStrFalse ( )
testAssertNotContainsStringInStrTrue ( )
testAssertNotContainsTrue ( )
testAssertNotCountFalse ( )
testAssertNotCountTrue ( )
testAssertNotEmptyFalse ( )
testAssertNotEmptyTrue ( )
testAssertNotEqual ( )
testAssertNotExceptionFailsWithBaseException ( )
testAssertNotExceptionFailsWithExactException ( )
testAssertNotExceptionPassesWithNoException ( )
testAssertNotExceptionPassesWithWrongException ( )
testAssertNotIdentical ( )
testAssertNotIdenticalArray ( )
testAssertNotInstanceOfFalse ( )
testAssertNotInstanceOfTrue ( )
testAssertNotInternalTypeFalse ( )
testAssertNotInternalTypeTrue ( )
testAssertNotNullFalse ( )
testAssertNotNullTrue ( )
testAssertNotPattern ( )
testAssertNull ( )
testAssertObjects ( )
testAssertPattern ( )
testAssertStringEndsWithFalse ( )
testAssertStringEndsWithTrue ( )
testAssertStringMatchesFormatFalse ( )
testAssertStringMatchesFormatTrue ( )
testAssertStringNotMatchesFormatFalse ( )
testAssertStringNotMatchesFormatTrue ( )
testAssertStringStartsWithFalse ( )
testAssertStringStartsWithTrue ( )
testAssertTags ( )
testAssertTagsFailTextEqual ( )
testAssertTagsMissingAttribute ( )
testAssertTagsNoClosingTag ( )
testAssertTagsString ( )
testAssertWithCustomMessage ( )
testBaseAssertions ( )
testClassHasAttributeClassNotFound ( )
testClassHasAttributeFalse ( )
testClassHasAttributeTrue ( )
testClassHasAttributeWrongClassType ( )
testClassHasStaticAttributeClassNotFound ( )
testClassHasStaticAttributeFalse ( )
testClassHasStaticAttributeTrue ( )
testClassNotHasAttributeClassNotFound ( )
testClassNotHasAttributeFalse ( )
testClassNotHasAttributeTrue ( )
testClassNotHasAttributeWrongClassType ( )
testClassNotHasStaticAttributeClassNotFound ( )
testClassNotHasStaticAttributeFalse ( )
testClassNotHasStaticAttributeTrue ( )
testCleanUp ( )
testCleanUpWithFullPath ( )
testCleanUpWithRelativePath ( )
testCompareEqualNullArray ( )
testCompareIdenticalArray ( )
testCompareIdenticalMixedArray ( )
testCompareIdenticalNullArray ( )
testCompareIsEqual ( )
testCompareIsIdentical ( )
testCompareTypes ( )
testCompareWithEmptyResult ( )
testErrorHandling ( )
testErrorLevelHonored ( )
testExceptionCatching ( )
testExpectExceptionRegex ( )
testFail ( )
testGetTest ( )
testHandleException ( )
testIdenticalArrayFail ( )
testObjectHasAttributeFalse ( )
testObjectHasAttributeTrue ( )
testObjectHasAttributeWrongClassType ( )
testObjectNotHasAttributeFalse ( )
testObjectNotHasAttributeTrue ( )
testObjectNotHasAttributeWrongClassType ( )
testResults ( )
testRun ( )
testSkipIf ( )
testSubject ( )
testTestMethods ( )

메소드 상세

setUp() 공개 메소드

public setUp ( )

testArrayHasKeyFalse() 공개 메소드

testArrayHasKeyTrue() 공개 메소드

public testArrayHasKeyTrue ( )

testArrayHasKeyValueNull() 공개 메소드

testArrayNotHasKeyFalse() 공개 메소드

testArrayNotHasKeyTrue() 공개 메소드

testAssertArrayIdentical() 공개 메소드

testAssertBacktraces() 공개 메소드

testAssertContainsFalse() 공개 메소드

testAssertContainsOnlyFalse() 공개 메소드

testAssertContainsOnlyInstanceOfFalse() 공개 메소드

testAssertContainsOnlyInstanceOfTrue() 공개 메소드

testAssertContainsOnlyTrue() 공개 메소드

testAssertContainsStringInStrFalse() 공개 메소드

testAssertContainsStringInStrTrue() 공개 메소드

testAssertContainsTrue() 공개 메소드

testAssertCookie() 공개 메소드

With a fresh PHP environment this might throw an exception: strtotime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. See also http://php.net/function.date-default-timezone-get.php
public testAssertCookie ( )

testAssertCookieWithHeaders() 공개 메소드

testAssertCountFalse() 공개 메소드

testAssertCountTrue() 공개 메소드

public testAssertCountTrue ( )

testAssertEmptyFalse() 공개 메소드

testAssertEmptyTrue() 공개 메소드

public testAssertEmptyTrue ( )

testAssertEqualAssociativeArray() 공개 메소드

testAssertEqualNumeric() 공개 메소드

testAssertEqualNumericFail() 공개 메소드

testAssertEqualThreeDFail() 공개 메소드

testAssertException() 공개 메소드

public testAssertException ( )

testAssertExceptionNotThrown() 공개 메소드

testAssertExceptionWrongException() 공개 메소드

testAssertFileEqualsFalse() 공개 메소드

testAssertFileEqualsTrue() 공개 메소드

testAssertFileExistsFalse() 공개 메소드

testAssertFileExistsTrue() 공개 메소드

testAssertFileNotEqualsFalse() 공개 메소드

testAssertFileNotEqualsTrue() 공개 메소드

testAssertFileNotExistsFalse() 공개 메소드

testAssertFileNotExistsTrue() 공개 메소드

testAssertGreaterThanFalse() 공개 메소드

testAssertGreaterThanOrEqualFalse() 공개 메소드

testAssertGreaterThanOrEqualTrue() 공개 메소드

testAssertGreaterThanTrue() 공개 메소드

testAssertIdentical() 공개 메소드

public testAssertIdentical ( )

testAssertIdenticalArray() 공개 메소드

testAssertInstanceOfFalse() 공개 메소드

testAssertInstanceOfTrue() 공개 메소드

testAssertInternalTypeFalse() 공개 메소드

testAssertInternalTypeTrue() 공개 메소드

testAssertLessThanFalse() 공개 메소드

testAssertLessThanOrEqualFalse() 공개 메소드

testAssertLessThanOrEqualTrue() 공개 메소드

testAssertLessThanTrue() 공개 메소드

testAssertNotContainsFalse() 공개 메소드

testAssertNotContainsOnlyFalse() 공개 메소드

testAssertNotContainsOnlyTrue() 공개 메소드

testAssertNotContainsStringInStrFalse() 공개 메소드

testAssertNotContainsStringInStrTrue() 공개 메소드

testAssertNotContainsTrue() 공개 메소드

testAssertNotCountFalse() 공개 메소드

testAssertNotCountTrue() 공개 메소드

testAssertNotEmptyFalse() 공개 메소드

testAssertNotEmptyTrue() 공개 메소드

testAssertNotEqual() 공개 메소드

public testAssertNotEqual ( )

testAssertNotExceptionFailsWithBaseException() 공개 메소드

testAssertNotExceptionFailsWithExactException() 공개 메소드

testAssertNotExceptionPassesWithNoException() 공개 메소드

testAssertNotExceptionPassesWithWrongException() 공개 메소드

testAssertNotIdentical() 공개 메소드

testAssertNotIdenticalArray() 공개 메소드

testAssertNotInstanceOfFalse() 공개 메소드

testAssertNotInstanceOfTrue() 공개 메소드

testAssertNotInternalTypeFalse() 공개 메소드

testAssertNotInternalTypeTrue() 공개 메소드

testAssertNotNullFalse() 공개 메소드

testAssertNotNullTrue() 공개 메소드

testAssertNotPattern() 공개 메소드

testAssertNull() 공개 메소드

public testAssertNull ( )

testAssertObjects() 공개 메소드

public testAssertObjects ( )

testAssertPattern() 공개 메소드

public testAssertPattern ( )

testAssertStringEndsWithFalse() 공개 메소드

testAssertStringEndsWithTrue() 공개 메소드

testAssertStringMatchesFormatFalse() 공개 메소드

testAssertStringMatchesFormatTrue() 공개 메소드

testAssertStringNotMatchesFormatFalse() 공개 메소드

testAssertStringNotMatchesFormatTrue() 공개 메소드

testAssertStringStartsWithFalse() 공개 메소드

testAssertStringStartsWithTrue() 공개 메소드

testAssertTags() 공개 메소드

public testAssertTags ( )

testAssertTagsFailTextEqual() 공개 메소드

testAssertTagsMissingAttribute() 공개 메소드

testAssertTagsNoClosingTag() 공개 메소드

testAssertTagsString() 공개 메소드

testAssertWithCustomMessage() 공개 메소드

testBaseAssertions() 공개 메소드

public testBaseAssertions ( )

testClassHasAttributeClassNotFound() 공개 메소드

testClassHasAttributeFalse() 공개 메소드

testClassHasAttributeTrue() 공개 메소드

testClassHasAttributeWrongClassType() 공개 메소드

testClassHasStaticAttributeClassNotFound() 공개 메소드

testClassHasStaticAttributeFalse() 공개 메소드

testClassHasStaticAttributeTrue() 공개 메소드

testClassNotHasAttributeClassNotFound() 공개 메소드

testClassNotHasAttributeFalse() 공개 메소드

testClassNotHasAttributeTrue() 공개 메소드

testClassNotHasAttributeWrongClassType() 공개 메소드

testClassNotHasStaticAttributeClassNotFound() 공개 메소드

testClassNotHasStaticAttributeFalse() 공개 메소드

testClassNotHasStaticAttributeTrue() 공개 메소드

testCleanUp() 공개 메소드

public testCleanUp ( )

testCleanUpWithFullPath() 공개 메소드

testCleanUpWithRelativePath() 공개 메소드

testCompareEqualNullArray() 공개 메소드

testCompareIdenticalArray() 공개 메소드

testCompareIdenticalMixedArray() 공개 메소드

testCompareIdenticalNullArray() 공개 메소드

testCompareIsEqual() 공개 메소드

public testCompareIsEqual ( )

testCompareIsIdentical() 공개 메소드

testCompareTypes() 공개 메소드

public testCompareTypes ( )

testCompareWithEmptyResult() 공개 메소드

testErrorHandling() 공개 메소드

public testErrorHandling ( )

testErrorLevelHonored() 공개 메소드

testExceptionCatching() 공개 메소드

testExpectExceptionRegex() 공개 메소드

testFail() 공개 메소드

public testFail ( )

testGetTest() 공개 메소드

public testGetTest ( )

testHandleException() 공개 메소드

public testHandleException ( )

testIdenticalArrayFail() 공개 메소드

testObjectHasAttributeFalse() 공개 메소드

testObjectHasAttributeTrue() 공개 메소드

testObjectHasAttributeWrongClassType() 공개 메소드

testObjectNotHasAttributeFalse() 공개 메소드

testObjectNotHasAttributeTrue() 공개 메소드

testObjectNotHasAttributeWrongClassType() 공개 메소드

testResults() 공개 메소드

public testResults ( )

testRun() 공개 메소드

public testRun ( )

testSkipIf() 공개 메소드

public testSkipIf ( )

testSubject() 공개 메소드

public testSubject ( )

testTestMethods() 공개 메소드

public testTestMethods ( )

프로퍼티 상세

$test 공개적으로 프로퍼티

public $test