hw5
This commit is contained in:
@@ -12,8 +12,8 @@ public class ParserTest {
|
||||
|
||||
@BeforeAll
|
||||
static void setUp() throws IOException {
|
||||
handle = new Parser();
|
||||
handle.setUp();
|
||||
String filePath = "src/main/resources/Movies.html";
|
||||
handle = new Parser(filePath);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user