Name |
Description |
TestClassWithAbstractClassDependency |
|
When_a_method_is_expected_to_be_called_more_often_than_it_actually_has_been_called |
|
When_a_method_is_expected_to_be_called_only_once_and_the_method_was_called_at_least_twice |
|
When_a_method_is_expected_to_be_called_twice_and_the_method_was_called_twice |
|
When_a_method_was_not_expected_to_be_called_and_it_was_not_called |
|
When_a_method_was_not_expected_to_be_called_but_it_actually_was_ |
|
When_configuring_an__Exception__to_be_thrown_when_an_interaction_is_executed |
|
When_method_was_expected_to_be_called_and_it_actually_has_been_called |
|
When_method_was_expected_to_be_called_and_it_actually_has_not_been_called |
|
When_raising_an_event |
|
When_setting_up_a_method_result_on_a_generated__Stub__ |
|
When_setting_up_a_property_result_on_a_generated__Stub__ |
|
When_stubbing_properties |
|
When_trying_to_build_a_class_under_test_that_has_a_ctor_dependency_on_an_abstract_class |
|