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
What does OneInstancePerTest do?
A)
It tells ScalaTest to create a new instance of the test suite for each test case in that suite.
B)
It tells ScalaTest to create a new instance of the test suite for each data fixture in the suite.
Question 1 of 100 attempted
...