Quiz: ScalaTest Proficiency
Take a quiz to assess your understanding of some more advanced use cases in ScalaTest.
We'll cover the following...
We'll cover the following...
Quiz: ScalaTest Proficiency
1.
What’s the difference between info(), note(), and alert()?
A.
The info() method prints the messages at the end of the test, whereas note() and alert() print them as the test runs.
B.
No difference; they’re the same.
C.
They behave the same. Messages are logged as info, debug, and warning, respectively.
1 / 10
...