PHP 클래스 AddTest

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

공개 메소드들

메소드 설명
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 ( )

메소드 상세

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() 공개 메소드