PHP 클래스 FancyTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: danielgsims/php-collections

공개 메소드들

메소드 설명
setup ( )
test_take_all_gives_whole_collection ( )
test_take_negative_throws_ex ( )
test_take_one_gives_col_with_first ( )
test_take_too_many_throws_ex ( )
test_take_two_gives_two_from_left ( )

메소드 상세

setup() 공개 메소드

public setup ( )

test_take_all_gives_whole_collection() 공개 메소드

test_take_negative_throws_ex() 공개 메소드

test_take_one_gives_col_with_first() 공개 메소드

test_take_too_many_throws_ex() 공개 메소드

test_take_two_gives_two_from_left() 공개 메소드