C# Class StoryTeller.Testing.Engine.CellTester

Show file Open project: adymitruk/storyteller

Private Methods

Method Description
a_cell_with_a_default_value_will_use_that_for_the_sample_value ( ) : void
a_cell_without_a_default_value_will_use_astericks_for_the_sample_value ( ) : void
boolean_result_cell_expected_value_is_read_from_the_step_if_the_value_is_specified ( ) : void
boolean_result_cell_expected_value_is_true_if_no_value_is_specified ( ) : void
can_read_the_header_attribute ( ) : void
can_serialize ( ) : void
can_serialize_selection_values ( ) : void
create_by_parameter ( ) : void
create_by_parameter_with_a_default_value ( ) : void
get_display_returns_MISSING_if_the_value_does_not_exist ( ) : void
get_display_returns_the_toString_of_the_value_if_it_exists ( ) : void
get_display_with_a_default_value_and_no_step_value_should_use_the_default_value ( ) : void
has_default ( ) : void
is_a_test_input ( ) : void
on_creation_the_heading_is_the_same_as_the_key ( ) : void
override_cell_header ( ) : void
read_argument_with_a_format_exception ( ) : void
read_expected_value_from_step_for_a_boolean_result_cell ( ) : void
read_expected_value_from_step_that_is_boolean_missing_and_input_should_still_log_error ( ) : void
read_in_DateTime ( ) : void
read_non_null_data_in_for_a_nullable_type ( ) : void
read_null_in_from_a_nullable_type_with_NULL ( ) : void
record_actual_calls_mark_missing_value_when_the_expected_value_is_missing ( ) : void
record_actual_stores_the_data ( ) : void
record_actual_when_the_data_is_right ( ) : void
record_actual_when_the_data_is_wrong ( ) : void
set_argument_if_argument_is_itestcontext_just_uses_the_itestcontext ( ) : void
set_argument_if_the_argument_is_not_simple_pulls_that_argument_from_testcontext ( ) : void
to_example_as_a_non_simple_type_copies_the_header_value ( ) : void
to_example_as_a_non_simple_type_returns_a_new_cell_of_type_string ( ) : void
to_example_as_a_simple_type_returns_self ( ) : void
to_example_as_a_timestamp_returns_self ( ) : void
use_the_default_value_if_the_main_value_is_missing ( ) : void
use_the_default_value_if_the_main_value_is_missing_and_the_cell_is_numeric ( ) : void
verify_the_actual_when_the_expected_is_a_null_negative_case ( ) : void
verify_the_actual_when_the_expected_is_a_null_positive_case ( ) : void