P Given a block which has been defined When no action assigned Then it should be marked as pending
0.017s
Given both accounts have positive balances When transfer money from a to b Then a should have the total balance of b and balance of b should be 0
xUnit.GWT.PartFailed : Then balance of b should be 0 failed to complete successfully
---- Assert.Equal() Failure
Expected: 3
Actual: 0
0.000s
Given both accounts have positive balances When transfer money from a to b Then a should have the total balance of b and balance of b should be 0
P Given one pending block Then it should be marked as pending in the report
P Given one valid given block When there is no then block [then it should fail]