August 2017
Intermediate to advanced
468 pages
12h 5m
English
Since serverless compute is mostly asynchronous, we need to write asynchronous tests. This may present a challenge in certain unit testing frameworks. In the latest MSTest, all that is required is to define the test method type to be public async Task . Then we can use the await modifier to await a function or another asynchronous method.