PHP Class FancyTest

Inheritance: extends PHPUnit_Framework_TestCase
ファイルを表示 Open project: danielgsims/php-collections

Public Methods

Method Description
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 ( )

Method Details

setup() public method

public setup ( )

test_take_all_gives_whole_collection() public method

test_take_negative_throws_ex() public method

test_take_one_gives_col_with_first() public method

test_take_too_many_throws_ex() public method

test_take_two_gives_two_from_left() public method