...

/

Quiz on Nested Tests

Quiz on Nested Tests

Test what you’ve learned about nested tests.

We'll cover the following...
Technical Quiz
1.

What will happen if the @Nested annotation is added to a static inner class?

A.

A compile error

B.

No, compile error because tests in the inner class are ignored

C.

No, compile error because all inner tests are run properly and no tests are ignored


1 / 3
...