Ejemplo n.º 1
0
 public void Should_Call_ScreenFactory_With_Subject()
 {
     screenFactory.Verify(x => x.Build <PurchaseOrder>(purchaseOrder));
 }