To create a basic JUnit 4 test class, create a class that contains one or more test methods. A test method begins with the specific annotation and contains the code to exercise and verify a single functionality in the component that you want to test. What is the annotation?
A. @RunWith
B. @LargeTest
C. @Rule
D. @Test
To create a basic JUnit 4 test class, create a class that contains one or more test methods. A test method begins with t
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
To create a basic JUnit 4 test class, create a class that contains one or more test methods. A test method begins with t
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!