PHP 클래스 Elgg\ContextTest

상속: extends TestCase
파일 보기 프로젝트 열기: elgg/elgg

공개 메소드들

메소드 설명
testCanGetStack ( )
testCanSetStack ( )
testContainsTellsYouIfAGivenContextIsInTheCurrentStack ( )
testFailToSetEmptyContext ( )
testPeekAndPopReturnNullByDefault ( )
testPeekReturnsTheMostRecentlyPushedContext ( )
testPopReturnsAndRemovesTheMostRecentlyPushedContext ( )
testPushDoesNotAlterCase ( )
testSetLowersCase ( )
testSetReplacesTheMostRecentlyPushedContext ( )
testStackAlwaysContainsStrings ( )

메소드 상세

testCanGetStack() 공개 메소드

public testCanGetStack ( )

testCanSetStack() 공개 메소드

public testCanSetStack ( )

testContainsTellsYouIfAGivenContextIsInTheCurrentStack() 공개 메소드

testFailToSetEmptyContext() 공개 메소드

testPeekAndPopReturnNullByDefault() 공개 메소드

testPeekReturnsTheMostRecentlyPushedContext() 공개 메소드

testPopReturnsAndRemovesTheMostRecentlyPushedContext() 공개 메소드

testPushDoesNotAlterCase() 공개 메소드

testSetLowersCase() 공개 메소드

public testSetLowersCase ( )

testSetReplacesTheMostRecentlyPushedContext() 공개 메소드

testStackAlwaysContainsStrings() 공개 메소드