Guest User

Untitled

a guest
Jun 20th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. [Test]
  2. public void ExpectTonsOfMoney(){
  3. var toTest = new MyBusinessLogic();
  4. var result = toTest.AwesomeBusinessOperationAsync();
  5. Assert.AreEqual("Tons of money",result.Result);
  6. }
Add Comment
Please, Sign In to add comment