Exemplo n.º 1
0
 public void then_getdata_should_call_bind()
 {
     _view.VerifyAllExpectations();
 }
Exemplo n.º 2
0
 public void then_the_constructor_should_wire_up_events()
 {
     _view.VerifyAllExpectations();
 }
Exemplo n.º 3
0
 public void Constructor_ViewCreation_WireUpEvents()
 {
     _view.VerifyAllExpectations();
 }