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

9 lines
296 B
Java

package org.schabi.newpipe.extractor.services;
@SuppressWarnings("unused")
public interface BaseSearchExtractorTest extends BaseListExtractorTest {
void testSearchString() throws Exception;
void testSearchSuggestion() throws Exception;
void testSearchCorrected() throws Exception;
}