Quiz Yourself on Testing
Test yourself on the concepts of testing.
Technical Quiz
1.
Which of the following annotation do you use to write a test for a controller class?
A.
@Test
B.
@WebTest
C.
@WebMvcTest
1 / 4
Test yourself on the concepts of testing.
Which of the following annotation do you use to write a test for a controller class?
@Test
@WebTest
@WebMvcTest