C# Класс Afterglow.Infrastructure.Test_BddExtensions

Показать файл Открыть проект

Приватные методы

Метод Описание
GetPossibleException ( ) : void
GetPossibleException_returns_null_if_no_exception_was_thrown ( ) : void
MethodThatThrowsAnException ( ) : void
MethodThatThrowsArgumentException ( string argument ) : void
ShouldBeFalse_does_nothing_for_false_values ( ) : void
ShouldBeFalse_throws_exception_for_true_values ( ) : void
ShouldBeNull_does_nothing_for_null_values ( ) : void
ShouldBeNull_throws_exception_for_none_null_values ( ) : void
ShouldBeTheSameAs_does_nothing_for_same_instance ( ) : void
ShouldBeTheSameAs_throws_exception_if_the_values_are_not_the_same_instance ( ) : void
ShouldBeTrue_does_nothing_for_true_values ( ) : void
ShouldBeTrue_throws_exception_for_false_values ( ) : void
ShouldEqual_does_nothing_for_equal_values ( ) : void
ShouldEqual_throws_exception_for_different_values ( ) : void
ShouldEqual_with_delta_does_nothing_for_nearly_the_same_values ( ) : void
ShouldEqual_with_delta_throws_exception_for_very_different_values ( ) : void
ShouldNotBeNull_does_nothing_for_none_values ( ) : void
ShouldNotBeNull_returns_the_value_for_further_expectations ( ) : void
ShouldNotBeNull_throws_exception_for_null_values ( ) : void
ShouldNotBeTheSameAs_does_nothing_for_different_instances ( ) : void
ShouldNotBeTheSameAs_returns_the_value_for_further_expectations ( ) : void
ShouldNotBeTheSameAs_thorws_exception_for_same_instance ( ) : void
ShouldNotEqual_does_nothing_for_different_values ( ) : void
ShouldNotEqual_returns_the_value_for_further_expectations ( ) : void
ShouldNotEqual_throws_exception_for_same_values ( ) : void
ShouldThrow_does_nothing_if_the_right_exception_was_thrown ( ) : void
ShouldThrow_returns_exception_to_support_further_expectations ( ) : void
ShouldThrow_throws_an_exception_if_no_exception_was_thrown ( ) : void
ShouldThrow_throws_exception_if_the_wrong_exception_was_thrown ( ) : void
TypeShouldBe_does_nothing_for_the_right_type ( ) : void
TypeShouldBe_on_object_does_nothing_for_the_right_type ( ) : void
TypeShouldBe_returns_the_value_cast_to_the_expected_type ( ) : void
TypeShouldBe_throws_exception_for_wrong_type ( ) : void