Unit Tests III
Testing async code
Unit Tests III
Testing async code
0
0
Checkbox to mark video as read
Mark as read

When a unit test executes its line line of code the system finishes it and goes to the next test. This means that if we want to test asynchronous code, we need to indicate that our code is goinf to take some time.

We mainly have two types of asynchronous code to test, async code and closures, both of them need to be tested in different ways:

Async code

In case you need to test any async function, you can just mark your test as async as well. This allows you to call you functions asynchronously in order to wait for the result.

Continue reading

Access to all the content with our plans.

Basic Plan

FREE

Start Now
  • Junior level content
  • Senior level content
  • Expert level content
  • Extra content
  • Question submissions
Monthly
Yearly

Plan logo

-

Unlimited access to the whole content

  • Junior level content
  • Senior level content
  • Expert level content
  • Extra content
  • Question submissions

Stripe secure payment methods
Plan logo

-

Unlimited access to the whole content

  • Junior level content
  • Senior level content
  • Expert level content
  • Extra content
  • Question submissions

Stripe secure payment methods
Plan logo

-

Solve your doubts at any level

  • Junior level content
  • Senior level content
  • Expert level content
  • Extra content
  • 2 Question submissions per week

Stripe secure payment methods
Plan logo

-

Solve your doubts at any level

  • Junior level content
  • Senior level content
  • Expert level content
  • Extra content
  • 2 Question submissions per week

Stripe secure payment methods

0 Comments

Join the community to comment
Sign Up
I have an account
Be the first to comment

Accept Cookies

We use cookies to collect and analyze information on site performance and usage, in order to provide you with better service.

Check our Privacy Policy