Exemple #1
0
 public void then_getdata_should_call_bind()
 {
     _view.VerifyAllExpectations();
 }
Exemple #2
0
 public void then_the_constructor_should_wire_up_events()
 {
     _view.VerifyAllExpectations();
 }
Exemple #3
0
 public void Constructor_ViewCreation_WireUpEvents()
 {
     _view.VerifyAllExpectations();
 }