mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-31 17:42:11 +02:00
Renamed GfycatRipperTest unit tests
This commit is contained in:
@@ -11,7 +11,7 @@ public class GfycatRipperTest extends RippersTest {
|
|||||||
* Rips correctly formatted URL directly from Gfycat
|
* Rips correctly formatted URL directly from Gfycat
|
||||||
* @throws IOException
|
* @throws IOException
|
||||||
*/
|
*/
|
||||||
public void GfycatGoodURL() throws IOException{
|
public void testGfycatGoodURL() throws IOException{
|
||||||
GfycatRipper ripper = new GfycatRipper(new URL("https://gfycat.com/TemptingExcellentIchthyosaurs"));
|
GfycatRipper ripper = new GfycatRipper(new URL("https://gfycat.com/TemptingExcellentIchthyosaurs"));
|
||||||
testRipper(ripper);
|
testRipper(ripper);
|
||||||
}
|
}
|
||||||
@@ -19,7 +19,7 @@ public class GfycatRipperTest extends RippersTest {
|
|||||||
* Rips badly formatted URL directly from Gfycat
|
* Rips badly formatted URL directly from Gfycat
|
||||||
* @throws IOException
|
* @throws IOException
|
||||||
*/
|
*/
|
||||||
public void GfycatBadURL() throws IOException {
|
public void testGfycatBadURL() throws IOException {
|
||||||
GfycatRipper ripper = new GfycatRipper(new URL("https://gfycat.com/gifs/detail/limitedtestyamericancrow"));
|
GfycatRipper ripper = new GfycatRipper(new URL("https://gfycat.com/gifs/detail/limitedtestyamericancrow"));
|
||||||
testRipper(ripper);
|
testRipper(ripper);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user