JUnit FW: Understanding JUnit Annotations

Understanding JUnit Annotations:

Try running below Program.

Result:

Inside Before Class
Inside Before
Inside 1st Test
Inside After
Inside Before
Inside 2nd Test
Inside After
Inside Before
Inside 3rd Test
Inside After
Inside After Class