Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Declare a handler
- @Before
- public void setup() throws Exception{
- // Instantiate and start the handler
- }
- @Test
- public void test() throws Exception {
- // Assert
- }
- @After
- public void tearDown() throws Exception{
- // Stop the handler
- }
Advertisement
Add Comment
Please, Sign In to add comment