File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11package org .schabi .newpipe .extractor .utils ;
22
3+ import static org .junit .jupiter .api .Assertions .assertEquals ;
4+ import static org .junit .jupiter .api .Assertions .assertTrue ;
5+ import static org .schabi .newpipe .FileUtils .resolveTestResource ;
6+
37import org .junit .jupiter .api .Test ;
48import org .schabi .newpipe .extractor .exceptions .ParsingException ;
59import org .schabi .newpipe .extractor .utils .jsextractor .JavaScriptExtractor ;
1014import java .io .IOException ;
1115import java .nio .file .Files ;
1216
13- import static org .junit .jupiter .api .Assertions .assertEquals ;
14- import static org .junit .jupiter .api .Assertions .assertTrue ;
15- import static org .schabi .newpipe .FileUtils .resolveTestResource ;
16-
17- public class JavaScriptExtractorTest
17+ class JavaScriptExtractorTest
1818{
1919 @ Test
2020 void testJsExtractor () throws ParsingException {
You can’t perform that action at this time.
0 commit comments