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

8 lines
241 B
Java
Raw Normal View History

2018-03-04 21:26:13 +01:00
package org.schabi.newpipe.extractor.services;
2018-03-04 22:22:27 +01:00
@SuppressWarnings("unused")
2018-03-04 21:26:13 +01:00
public interface BaseListExtractorTest extends BaseExtractorTest {
void testRelatedItems() throws Exception;
void testMoreRelatedItems() throws Exception;
}