Runs the next interceptor in the chain if there is one.
If there isn't, it runs the following in sequence:
The @BeforeTest functions (if any)
@BeforeTest
The @Test function
@Test
The @AfterTest functions (if any)
@AfterTest