2425262728293031323334
@Test public void test_canProcess() { HTMLPreprocessor pp = new HTMLPreprocessor(); assertTrue(pp.canProcess(new File("target/test/junit_test.html"))); } @Test public void test_process() throws IOException, Exception {
@Test public void test_canProcess() { PlainTextPreprocessor pp = new PlainTextPreprocessor(); assertTrue(pp.canProcess(new File("target/test/junit_test.txt"))); } @Test public void test_process() throws IOException, Exception {