Quiz: ScalaTest Basics

Take a quiz on the basics of ScalaTest before deepening your testing knowledge.

We'll cover the following...

Quiz: ScalaTest Basics

1

What’s the most suitable testing style when you want to write your test cases as specifications using verbs such as “should,” “must,” and “can”?

A)

RefSpec

B)

FlatSpec

C)

FunSuite

D)

FunSpec

Question 1 of 100 attempted
...