PHP Class ProophTest\ServiceBus\Plugin\Router\EventRouterTest

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

Public Methods

Method Description
it_can_handle_routing_definition_by_chaining_route_to ( )
it_can_route_a_second_event_after_the_first_one_is_routed_to_at_least_one_listener ( )
it_fails_on_routing_a_second_event_before_first_event_is_routed_at_least_to_one_listener ( )
it_fails_on_setting_a_listener_before_an_event_is_set ( )
it_fails_on_setting_an_invalid_listener ( )
it_returns_early_on_route_event_when_message_name_is_empty ( )
it_returns_early_on_route_event_when_message_name_is_not_in_event_map ( )
it_still_works_if_deprecated_method_on_route_event_is_used ( )
it_takes_a_routing_definition_with_a_multiple_listeners_on_instantiation ( )
it_takes_a_routing_definition_with_a_single_listener_on_instantiation ( )

Method Details

it_can_handle_routing_definition_by_chaining_route_to() public method

it_can_route_a_second_event_after_the_first_one_is_routed_to_at_least_one_listener() public method

it_fails_on_routing_a_second_event_before_first_event_is_routed_at_least_to_one_listener() public method

it_fails_on_setting_a_listener_before_an_event_is_set() public method

it_fails_on_setting_an_invalid_listener() public method

it_returns_early_on_route_event_when_message_name_is_empty() public method

it_returns_early_on_route_event_when_message_name_is_not_in_event_map() public method

it_still_works_if_deprecated_method_on_route_event_is_used() public method

it_takes_a_routing_definition_with_a_multiple_listeners_on_instantiation() public method

it_takes_a_routing_definition_with_a_single_listener_on_instantiation() public method