File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33import org .junit .BeforeClass ;
44import org .junit .Test ;
5- import org .junit .experimental .runners .Enclosed ;
6- import org .junit .runner .RunWith ;
75import org .schabi .newpipe .Downloader ;
86import org .schabi .newpipe .extractor .NewPipe ;
97import org .schabi .newpipe .extractor .channel .ChannelExtractor ;
1816/**
1917 * Test for {@link SoundcloudChannelExtractor}
2018 */
21- @ RunWith (Enclosed .class )
2219public class SoundcloudChannelExtractorTest {
2320 public static class LilUzi implements BaseChannelExtractorTest {
2421 private static SoundcloudChannelExtractor extractor ;
Original file line number Diff line number Diff line change 33import org .junit .BeforeClass ;
44import org .junit .Ignore ;
55import org .junit .Test ;
6- import org .junit .experimental .runners .Enclosed ;
7- import org .junit .runner .RunWith ;
86import org .schabi .newpipe .Downloader ;
97import org .schabi .newpipe .extractor .ListExtractor ;
108import org .schabi .newpipe .extractor .NewPipe ;
2119/**
2220 * Test for {@link PlaylistExtractor}
2321 */
24- @ RunWith (Enclosed .class )
2522public class SoundcloudPlaylistExtractorTest {
2623 public static class LuvTape implements BasePlaylistExtractorTest {
2724 private static SoundcloudPlaylistExtractor extractor ;
Original file line number Diff line number Diff line change 22
33import org .junit .BeforeClass ;
44import org .junit .Test ;
5- import org .junit .experimental .runners .Enclosed ;
6- import org .junit .runner .RunWith ;
75import org .schabi .newpipe .Downloader ;
86import org .schabi .newpipe .extractor .NewPipe ;
97import org .schabi .newpipe .extractor .ServiceList ;
1816/**
1917 * Test for {@link ChannelExtractor}
2018 */
21- @ RunWith (Enclosed .class )
2219public class YoutubeChannelExtractorTest {
2320 public static class Gronkh implements BaseChannelExtractorTest {
2421 private static YoutubeChannelExtractor extractor ;
Original file line number Diff line number Diff line change 33import org .junit .BeforeClass ;
44import org .junit .Ignore ;
55import org .junit .Test ;
6- import org .junit .experimental .runners .Enclosed ;
7- import org .junit .runner .RunWith ;
86import org .schabi .newpipe .Downloader ;
97import org .schabi .newpipe .extractor .ListExtractor ;
108import org .schabi .newpipe .extractor .NewPipe ;
2220/**
2321 * Test for {@link YoutubePlaylistExtractor}
2422 */
25- @ RunWith (Enclosed .class )
2623public class YoutubePlaylistExtractorTest {
2724 public static class TimelessPopHits implements BasePlaylistExtractorTest {
2825 private static YoutubePlaylistExtractor extractor ;
You can’t perform that action at this time.
0 commit comments