pt.moredata.dao.core
Class SerializedTableIOTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bypt.moredata.tests.TestCase
              extended bypt.moredata.dao.core.SerializedTableIOTest
All Implemented Interfaces:
junit.framework.Test

public class SerializedTableIOTest
extends TestCase

SerializedTableIOTest.java Company MoreData

Version:
$Revision: 1.1 $
Author:
Paulo Carmo, Ricardo Amaro

Constructor Summary
SerializedTableIOTest(java.lang.String name)
          Constructor for the SerializedTableIOTest object
 
Method Summary
static void main(java.lang.String[] args)
          Description of the Method
protected  void setUp()
          The JUnit setup method
static junit.framework.Test suite()
          A unit test suite for JUnit
protected  void tearDown()
          The teardown method for JUnit
 void testGetColumnName()
          A unit test for JUnit
 void testGetJarName()
          A unit test for JUnit
 void testGetLinCol()
          A unit test for JUnit
 void testGetNCols()
          A unit test for JUnit
 void testGetNLins()
          A unit test for JUnit
 void testGetSerFileName()
          A unit test for JUnit
 void testGetTableData()
          A unit test for JUnit
 void testMissingTest()
          Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
 void testReadFile()
          A unit test for JUnit
 void testSetJarName()
          A unit test for JUnit
 void testSetSerFileName()
          A unit test for JUnit
 void testSetTableData()
          A unit test for JUnit
 void testWriteFile()
          A unit test for JUnit
 
Methods inherited from class pt.moredata.tests.TestCase
assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, main, testMissingTest
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SerializedTableIOTest

public SerializedTableIOTest(java.lang.String name)
Constructor for the SerializedTableIOTest object

Parameters:
name - Description of the Parameter
Method Detail

setUp

protected void setUp()
The JUnit setup method


tearDown

protected void tearDown()
The teardown method for JUnit


suite

public static junit.framework.Test suite()
A unit test suite for JUnit

Returns:
The test suite

testMissingTest

public void testMissingTest()
                     throws java.lang.SecurityException
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.

Throws:
java.lang.SecurityException - Description of the Exception

testGetLinCol

public void testGetLinCol()
A unit test for JUnit


testGetNCols

public void testGetNCols()
A unit test for JUnit


testGetNLins

public void testGetNLins()
A unit test for JUnit


testGetTableData

public void testGetTableData()
A unit test for JUnit


testReadFile

public void testReadFile()
A unit test for JUnit


testGetJarName

public void testGetJarName()
A unit test for JUnit


testSetJarName

public void testSetJarName()
A unit test for JUnit


testGetSerFileName

public void testGetSerFileName()
A unit test for JUnit


testSetSerFileName

public void testSetSerFileName()
A unit test for JUnit


testSetTableData

public void testSetTableData()
A unit test for JUnit


testWriteFile

public void testWriteFile()
A unit test for JUnit


testGetColumnName

public void testGetColumnName()
A unit test for JUnit


main

public static void main(java.lang.String[] args)
Description of the Method

Parameters:
args - Description of the Parameter