Exemple #1
0
 public OperationResultAssertion_TResult_Test()
 {
     should = new OperationResultAssertion <string>(_operationResultMock.Object);
 }
 public OperationResultAssertionTest()
 {
     should = new OperationResultAssertion(_operationResultMock.Object);
 }