C# Class ToDo.Specs.Ui.ToDoListSpecs.When_adding_an_action_to_empty_list

Inheritance: ToDoListContext
Datei anzeigen Open project: jthigpen/winforms-mvp

Protected Methods

Method Description
Because ( ) : void
EstablishContext ( ) : void

Private Methods

Method Description
should_add_new_task_to_view ( ) : void
should_add_task_to_task_list_with_correct_action ( ) : void
should_add_task_to_view_with_correct_action ( ) : void
should_increase_task_count_to_one ( ) : void

Method Details

Because() protected method

protected Because ( ) : void
return void

EstablishContext() protected method

protected EstablishContext ( ) : void
return void