PHP 클래스 ProophTest\ServiceBus\Plugin\Router\RegexRouterTest

저자: Alexander Miertsch ([email protected])
상속: extends ProophTest\ServiceBus\TestCase
파일 보기 프로젝트 열기: prooph/service-bus

공개 메소드들

메소드 설명
it_does_not_allow_that_two_pattern_matches_with_same_command_name ( )
it_fails_on_routing_a_second_pattern_before_first_definition_is_finished ( )
it_fails_on_setting_a_handler_before_a_pattern_is_set ( )
it_fails_when_routing_to_invalid_handler ( )
it_matches_pattern_with_command_name_to_detect_appropriate_handler ( )
it_matches_pattern_with_event_name_and_routes_to_multiple_listeners ( )
it_returns_early_when_message_name_is_empty ( )
it_returns_early_when_message_name_is_empty_on_multiple_listeners ( )
it_still_works_if_deprecated_method_on_route_is_used ( )
it_takes_a_routing_definition_on_instantiation ( )

메소드 상세

it_does_not_allow_that_two_pattern_matches_with_same_command_name() 공개 메소드

it_fails_on_routing_a_second_pattern_before_first_definition_is_finished() 공개 메소드

it_fails_on_setting_a_handler_before_a_pattern_is_set() 공개 메소드

it_fails_when_routing_to_invalid_handler() 공개 메소드

it_matches_pattern_with_command_name_to_detect_appropriate_handler() 공개 메소드

it_matches_pattern_with_event_name_and_routes_to_multiple_listeners() 공개 메소드

it_returns_early_when_message_name_is_empty() 공개 메소드

it_returns_early_when_message_name_is_empty_on_multiple_listeners() 공개 메소드

it_still_works_if_deprecated_method_on_route_is_used() 공개 메소드

it_takes_a_routing_definition_on_instantiation() 공개 메소드