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