2 * To change this template, choose Tools | Templates
3 * and open the template in the editor.
5 package saccubus.converter;
7 import org.junit.After;
8 import org.junit.AfterClass;
9 import org.junit.Before;
10 import org.junit.BeforeClass;
11 import org.junit.Test;
17 public class ConverterTest {
20 public static void setUpClass() throws Exception {
24 public static void tearDownClass() throws Exception {
32 public void tearDown() {
36 public void testConverter() throws Exception {
37 Download conv = new Download("sm7139747", null);
41 // * Test of call method, of class Converter.
44 // public void testCall() throws Exception {
45 // System.out.println("call");
46 // Converter instance = null;
47 // Boolean expResult = null;
48 // Boolean result = instance.call();
49 // assertEquals(expResult, result);
50 // // TODO review the generated test code and remove the default call to fail.
51 // fail("The test case is a prototype.");
55 // * Test of run method, of class Converter.
58 // public void testRun() {
59 // System.out.println("run");
60 // Converter instance = null;
62 // // TODO review the generated test code and remove the default call to fail.
63 // fail("The test case is a prototype.");
67 // * Test of isConverted method, of class Converter.
70 // public void testIsConverted() {
71 // System.out.println("isConverted");
72 // Converter instance = null;
73 // boolean expResult = false;
74 // boolean result = instance.isConverted();
75 // assertEquals(expResult, result);
76 // // TODO review the generated test code and remove the default call to fail.
77 // fail("The test case is a prototype.");
81 // * Test of getStopFlag method, of class Converter.
84 // public void testGetStopFlag() {
85 // System.out.println("getStopFlag");
86 // Converter instance = null;
87 // ConvertStopFlag expResult = null;
88 // ConvertStopFlag result = instance.getStopFlag();
89 // assertEquals(expResult, result);
90 // // TODO review the generated test code and remove the default call to fail.
91 // fail("The test case is a prototype.");