testsalone
Class TestFichier

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by testsalone.TestFichier
All Implemented Interfaces:
junit.framework.Test

public class TestFichier
extends junit.framework.TestCase


Field Summary
private  Fichier file1
           
private  Fichier file2
           
private  Fichier file3
           
private  Fichier file4
           
 
Constructor Summary
TestFichier()
           
 
Method Summary
protected  void setUp()
           
 void testGetChamps01()
           
 void testGetChamps02()
           
 void testGetChamps03()
           
 void testGetChamps04()
           
 void testGetNom01()
           
 void testGetNom02()
           
 void testGetNom03()
           
 void testGetNom04()
           
 void testGetType01()
           
 void testGetType02()
           
 void testGetType03()
           
 void testGetType04()
           
 void testLength01()
           
 void testLength02()
           
 void testLength03()
           
 void testLength04()
           
 void testPrintFile()
           
 void testReadFile()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, 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
 

Field Detail

file1

private Fichier file1

file2

private Fichier file2

file3

private Fichier file3

file4

private Fichier file4
Constructor Detail

TestFichier

public TestFichier()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
java.lang.Exception

testLength01

public void testLength01()

testLength02

public void testLength02()

testLength03

public void testLength03()

testLength04

public void testLength04()

testGetType01

public void testGetType01()

testGetType02

public void testGetType02()

testGetType03

public void testGetType03()

testGetType04

public void testGetType04()

testGetNom01

public void testGetNom01()

testGetNom02

public void testGetNom02()

testGetNom03

public void testGetNom03()

testGetNom04

public void testGetNom04()

testGetChamps01

public void testGetChamps01()

testGetChamps02

public void testGetChamps02()

testGetChamps03

public void testGetChamps03()

testGetChamps04

public void testGetChamps04()

testPrintFile

public void testPrintFile()

testReadFile

public void testReadFile()