From 169002ff0cf29b25532a613b858b46b149b921a4 Mon Sep 17 00:00:00 2001 From: yukihane Date: Wed, 31 Aug 2011 16:23:31 +0900 Subject: [PATCH] =?utf8?q?=E5=8F=A4=E3=81=8F=E3=81=AA=E3=81=A3=E3=81=9F?= =?utf8?q?=E3=83=86=E3=82=B9=E3=83=88=E3=82=B1=E3=83=BC=E3=82=B9=E3=82=92?= =?utf8?q?=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- frontend/test/saccubus/worker/ConverterTest.java | 94 ------------------------ 1 file changed, 94 deletions(-) delete mode 100644 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 index 3c1eab6..0000000 --- a/frontend/test/saccubus/worker/ConverterTest.java +++ /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."); -// } -} -- 2.11.0