PHP Class ProophTest\ServiceBus\Plugin\Router\RegexRouterTest

Author: Alexander Miertsch ([email protected])
Inheritance: extends ProophTest\ServiceBus\TestCase
Show file Open project: prooph/service-bus

Public Methods

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

Method Details

it_does_not_allow_that_two_pattern_matches_with_same_command_name() public method

it_fails_on_routing_a_second_pattern_before_first_definition_is_finished() public method

it_fails_on_setting_a_handler_before_a_pattern_is_set() public method

it_fails_when_routing_to_invalid_handler() public method

it_matches_pattern_with_command_name_to_detect_appropriate_handler() public method

it_matches_pattern_with_event_name_and_routes_to_multiple_listeners() public method

it_returns_early_when_message_name_is_empty() public method

it_returns_early_when_message_name_is_empty_on_multiple_listeners() public method

it_still_works_if_deprecated_method_on_route_is_used() public method

it_takes_a_routing_definition_on_instantiation() public method