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 can you use ScalaTest’s assert for?

A)

You can only use it to check the equality of two objects.

B)

You can use it to validate any boolean condition.

C)

You can only use it to check arithmetical conditions.

Question 1 of 100 attempted
...