elvyssoares

RoutingHandlerTest - Refactored - Simplified

Jun 5th, 2020
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.28 KB | None | 0 0
  1. // Declare a handler
  2. @Before
  3. public void setup() throws Exception{
  4.     // Instantiate and start the handler
  5. }
  6. @Test
  7. public void test() throws Exception {
  8.      // Assert
  9. }
  10. @After
  11. public void tearDown() throws Exception{
  12.     // Stop the handler
  13. }
Advertisement
Add Comment
Please, Sign In to add comment