use of com.ixale.starparse.service.impl.Context in project StarParse by Ixale.
the class ParserTest method createParser.
private Parser createParser() throws Exception {
final Parser p = new Parser(new Context());
p.setCombatLogFile(new File("combat_2000-01-01_12_34_46_789000.txt"));
return p;
}