PHP Class AddTest

Inheritance: extends TestFixture
Afficher le fichier Open project: danielgsims/php-collections

Méthodes publiques

Méthode Description
test_add_item_creates_new_col_with_item ( )
test_adding_wrong_class_triggers_error ( )
test_can_add_subtypes ( )
test_can_odd_objects ( )
test_collect_supports_bool ( )
test_collect_supports_boolean ( )
test_collection_supports_arrays ( )
test_collection_supports_callables ( )
test_collection_supports_interfaces ( )
test_collection_supports_strings ( )
test_collection_supports_type_double ( )
test_collection_supports_type_float ( )
test_collection_supports_type_int ( )
test_collection_supports_type_integer ( )
test_collection_throws_ex_for_different_types ( )
test_collection_throws_ex_for_non_existent_type ( )

Method Details

test_add_item_creates_new_col_with_item() public méthode

test_adding_wrong_class_triggers_error() public méthode

test_can_add_subtypes() public méthode

test_can_odd_objects() public méthode

test_collect_supports_bool() public méthode

test_collect_supports_boolean() public méthode

test_collection_supports_arrays() public méthode

test_collection_supports_callables() public méthode

test_collection_supports_interfaces() public méthode

test_collection_supports_strings() public méthode

test_collection_supports_type_double() public méthode

test_collection_supports_type_float() public méthode

test_collection_supports_type_int() public méthode

test_collection_supports_type_integer() public méthode

test_collection_throws_ex_for_different_types() public méthode

test_collection_throws_ex_for_non_existent_type() public méthode