Annotations in junit

Here is the list of annotations used in JUnit.
  • Fixture related – @Test, @Before, @After, @BeforeClass, @AfterClass
  • To ignore tests – @Ignore
  • Parameterized tests annotations – @RunWith(Parameterized.class), @Parameters
  • Suite related – @Suite.SuiteClasses, @RunWith(Suite.class)
  • Category related – @Category, @IncludeCategory, @ExcludeCategory
  • Rules related – @Rule
  • Theory and Assumptions related – @Theory, @DataPoint, @DataPoints, @FromDataPoints, @RunWith(Theories.class)

Web development and Automation testing

solutions delivered!!