We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60c7790 commit 599bc78Copy full SHA for 599bc78
1 file changed
…ewpipe/extractor/GeneralNewPipeTest.java …ewpipe/extractor/GeneralServiceTest.javaextractor/src/test/java/org/schabi/newpipe/extractor/GeneralNewPipeTest.java renamed to extractor/src/test/java/org/schabi/newpipe/extractor/GeneralServiceTest.java
@@ -10,14 +10,14 @@
10
11
import java.util.HashSet;
12
13
-public class GeneralNewPipeTest {
+public class GeneralServiceTest {
14
@Test
15
- public void getAllServicesTest() throws Exception {
+ public void getAllServicesTest() {
16
assertEquals(NewPipe.getServices().size(), ServiceList.all().size());
17
}
18
19
20
- public void testAllServicesHaveDifferentId() throws Exception {
+ public void testAllServicesHaveDifferentId() {
21
final HashSet<Integer> servicesId = new HashSet<>();
22
for (final StreamingService streamingService : NewPipe.getServices()) {
23
final String errorMsg =
0 commit comments