Reformat rest of the design patterns - Issue #224
This commit is contained in:
@ -15,17 +15,17 @@ import com.iluwatar.execute.around.App;
|
||||
*
|
||||
*/
|
||||
public class AppTest {
|
||||
|
||||
@Test
|
||||
public void test() throws IOException {
|
||||
String[] args = {};
|
||||
App.main(args);
|
||||
}
|
||||
|
||||
@Before
|
||||
@After
|
||||
public void cleanup() {
|
||||
File file = new File("testfile.txt");
|
||||
file.delete();
|
||||
}
|
||||
|
||||
@Test
|
||||
public void test() throws IOException {
|
||||
String[] args = {};
|
||||
App.main(args);
|
||||
}
|
||||
|
||||
@Before
|
||||
@After
|
||||
public void cleanup() {
|
||||
File file = new File("testfile.txt");
|
||||
file.delete();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user