pull/1256/head
litetex 2025-03-05 15:44:25 +01:00
rodzic 7b5d41a741
commit 2d3342bf56
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 525B43E6039B3689
1 zmienionych plików z 5 dodań i 5 usunięć
extractor/src/test/java/org/schabi/newpipe/extractor/utils

Wyświetl plik

@ -1,5 +1,9 @@
package org.schabi.newpipe.extractor.utils;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertTrue;
import static org.schabi.newpipe.FileUtils.resolveTestResource;
import org.junit.jupiter.api.Test;
import org.schabi.newpipe.extractor.exceptions.ParsingException;
import org.schabi.newpipe.extractor.utils.jsextractor.JavaScriptExtractor;
@ -10,11 +14,7 @@ import java.io.File;
import java.io.IOException;
import java.nio.file.Files;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertTrue;
import static org.schabi.newpipe.FileUtils.resolveTestResource;
public class JavaScriptExtractorTest
class JavaScriptExtractorTest
{
@Test
void testJsExtractor() throws ParsingException {