org.embl.ebi.escience.scuflui.results
Class SaveAsExcelTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.embl.ebi.escience.scuflui.results.SaveAsExcelTest
All Implemented Interfaces:
junit.framework.Test

public class SaveAsExcelTest
extends junit.framework.TestCase


Constructor Summary
SaveAsExcelTest()
           
 
Method Summary
 void testDeepLists()
           
 void testEmptyLists()
           
 void testFlatList()
           
 void testMakeDeepList()
           
 void testMakeEmptyList()
           
 void testMakeFlat()
           
 void testMakeSimple()
           
 void testMakeSingle()
           
 void testMultipleSheet()
           
 void testSimpleGenerate()
           
 void testSimpleSave()
           
 void testSingle()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SaveAsExcelTest

public SaveAsExcelTest()
Method Detail

testMakeSimple

public void testMakeSimple()

testMakeFlat

public void testMakeFlat()

testMakeSingle

public void testMakeSingle()

testMakeEmptyList

public void testMakeEmptyList()

testMakeDeepList

public void testMakeDeepList()

testSimpleGenerate

public void testSimpleGenerate()
                        throws java.util.NoSuchElementException,
                               java.beans.IntrospectionException
Throws:
java.util.NoSuchElementException
java.beans.IntrospectionException

testFlatList

public void testFlatList()
                  throws java.util.NoSuchElementException,
                         java.beans.IntrospectionException
Throws:
java.util.NoSuchElementException
java.beans.IntrospectionException

testSingle

public void testSingle()
                throws java.util.NoSuchElementException,
                       java.beans.IntrospectionException
Throws:
java.util.NoSuchElementException
java.beans.IntrospectionException

testSimpleSave

public void testSimpleSave()
                    throws java.util.NoSuchElementException,
                           java.beans.IntrospectionException,
                           java.io.IOException
Throws:
java.util.NoSuchElementException
java.beans.IntrospectionException
java.io.IOException

testMultipleSheet

public void testMultipleSheet()
                       throws java.util.NoSuchElementException,
                              java.beans.IntrospectionException,
                              java.io.IOException
Throws:
java.util.NoSuchElementException
java.beans.IntrospectionException
java.io.IOException

testEmptyLists

public void testEmptyLists()
                    throws java.util.NoSuchElementException,
                           java.beans.IntrospectionException
Throws:
java.util.NoSuchElementException
java.beans.IntrospectionException

testDeepLists

public void testDeepLists()
                   throws java.util.NoSuchElementException,
                          java.beans.IntrospectionException
Throws:
java.util.NoSuchElementException
java.beans.IntrospectionException