Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Declare an external resource
- // Declare the test object
- @Before
- public void setup() throws IOException{
- // Instantiate the external resource
- // Instantiate the test object
- }
- @Test
- public void test() throws IOException{
- // Perform action
- // Assert
- }
Advertisement
Add Comment
Please, Sign In to add comment