NewPipeExtractor/extractor/src/test/java/org/schabi/newpipe/extractor/services/BaseListExtractorTest.java

8 lines
241 B
Java

package org.schabi.newpipe.extractor.services;
@SuppressWarnings("unused")
public interface BaseListExtractorTest extends BaseExtractorTest {
void testRelatedItems() throws Exception;
void testMoreRelatedItems() throws Exception;
}