Quiz: ScalaTest Proficiency
Take a quiz to assess your understanding of some more advanced use cases in ScalaTest.
We'll cover the following...
Quiz: ScalaTest Proficiency
1
Can we use the BeforeAndAfterEach
trait to perform setup and teardown actions?
A)
Yes. The actions will be run before and after each test case.
B)
Yes. The actions will be run before and after each test suite.
C)
No
Question 1 of 100 attempted
...