In the ____ annotation, the method is specified as a test method

10. In the ____ annotation, the method is specified as a test method.

  1. @Test
  2. @Before
  3. @Test(timeout=1000)
  4. @After

Answer: A) @Test

Explanation:

In the @Test annotation, the method is specified as a test method.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.