메소드 | 설명 | |
---|---|---|
firstInShouldBeFirstOut ( ) | ||
itShouldCountNumberOfElements ( $values, $expectedCount ) | ||
peekOnEmptyShouldThrowException ( ) | ||
popOnEmptyShouldThrowException ( ) | ||
popShouldNotAffectPreviousVersions ( ) | ||
popShouldRemoveHead ( ) | ||
provideStacksWithExpectedCount ( ) | ||
pushShouldAddNewHead ( ) | ||
pushShouldNotAffectPreviousVersions ( ) |
메소드 | 설명 | |
---|---|---|
assertValues ( array $values, Medusa\Stack\Stack $s ) | ||
createStack ( array $values ) | ||
popValues ( Medusa\Stack\Stack $stack ) |
public itShouldCountNumberOfElements ( $values, $expectedCount ) |