Quiz: ScalaTest Advanced
Take a quiz to assess your understanding of the advanced features of ScalaTest, including asynchronous testing and tagging.
Quiz: ScalaTest Advanced
1
How do we block, waiting for a Future
to complete in Scala?
A)
We don’t. Scala doesn’t have any way to wait for a Future
to complete.
B)
Use Await
.
C)
Use async test suites in ScalaTest.
D)
Use Eventually
.
Question 1 of 100 attempted
Get hands-on with 1400+ tech skills courses.