public void should_create_a_new_roll_back_command_containing_the_reverse_comamnds_and_add_it_at_the_end_of_the_history()
 {
     _result.ShouldNotBeNull();
 }
Esempio n. 2
0
 public void should_return_a_new_macro_command()
 {
     _result.ShouldNotBeNull();
 }