elvyssoares

LoggingTest - Refactored - Simplified

Jun 5th, 2020
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.39 KB | None | 0 0
  1. // Declare an external resource
  2. // Declare the test object
  3. @Before
  4. public void setup() throws IOException{
  5.     // Instantiate the external resource
  6.     // Instantiate the test object
  7. }
  8. @Test
  9. public void test() throws IOException{
  10.     // Perform action
  11.     // Assert
  12. }
Advertisement
Add Comment
Please, Sign In to add comment