OSDN Git Service

古くなったテストケースを削除
[coroid/inqubus.git] / frontend / test / saccubus / worker / ConverterTest.java
diff --git a/frontend/test/saccubus/worker/ConverterTest.java b/frontend/test/saccubus/worker/ConverterTest.java
deleted file mode 100644 (file)
index 3c1eab6..0000000
+++ /dev/null
@@ -1,94 +0,0 @@
-/*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
- */
-package saccubus.worker;
-
-import saccubus.worker.impl.download.Download;
-import org.junit.After;
-import org.junit.AfterClass;
-import org.junit.Before;
-import org.junit.BeforeClass;
-import org.junit.Test;
-
-/**
- *
- * @author yuki
- */
-public class ConverterTest {
-
-    @BeforeClass
-    public static void setUpClass() throws Exception {
-    }
-
-    @AfterClass
-    public static void tearDownClass() throws Exception {
-    }
-
-    @Before
-    public void setUp() {
-    }
-
-    @After
-    public void tearDown() {
-    }
-
-    @Test
-    public void testConverter() throws Exception {
-        Download conv = new Download(null, "sm7139747");
-        conv.call();
-    }
-//    /**
-//     * Test of call method, of class Converter.
-//     */
-//    @Test
-//    public void testCall() throws Exception {
-//        System.out.println("call");
-//        Converter instance = null;
-//        Boolean expResult = null;
-//        Boolean result = instance.call();
-//        assertEquals(expResult, result);
-//        // TODO review the generated test code and remove the default call to fail.
-//        fail("The test case is a prototype.");
-//    }
-//
-//    /**
-//     * Test of run method, of class Converter.
-//     */
-//    @Test
-//    public void testRun() {
-//        System.out.println("run");
-//        Converter instance = null;
-//        instance.run();
-//        // TODO review the generated test code and remove the default call to fail.
-//        fail("The test case is a prototype.");
-//    }
-//
-//    /**
-//     * Test of isConverted method, of class Converter.
-//     */
-//    @Test
-//    public void testIsConverted() {
-//        System.out.println("isConverted");
-//        Converter instance = null;
-//        boolean expResult = false;
-//        boolean result = instance.isConverted();
-//        assertEquals(expResult, result);
-//        // TODO review the generated test code and remove the default call to fail.
-//        fail("The test case is a prototype.");
-//    }
-//
-//    /**
-//     * Test of getStopFlag method, of class Converter.
-//     */
-//    @Test
-//    public void testGetStopFlag() {
-//        System.out.println("getStopFlag");
-//        Converter instance = null;
-//        ConvertStopFlag expResult = null;
-//        ConvertStopFlag result = instance.getStopFlag();
-//        assertEquals(expResult, result);
-//        // TODO review the generated test code and remove the default call to fail.
-//        fail("The test case is a prototype.");
-//    }
-}