edu.sdsc.inca
Class WrapConfigTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by edu.sdsc.inca.WrapConfigTest
All Implemented Interfaces:
junit.framework.Test

public class WrapConfigTest
extends junit.framework.TestCase

Created by IntelliJ IDEA.

Author:
Shava Smallen <ssmallen@sdsc.edu>

Constructor Summary
WrapConfigTest()
           
 
Method Summary
 void testConstructor()
          Tests the WrapConfig constructor.
 void testDifferencesAddSuites()
          Tests the WrapConfig differences method when adding suites.
 void testDifferencesDeleteSeries()
          Tests the WrapConfig differences method when removing suites.
 void testDifferencesEqual()
          Tests the WrapConfig differences method on equivalent configs.
 void testDifferencesModifications()
          Tests the WrapConfig differences where suites have been changed.
 void testDifferencesMultiple()
          Tests the WrapConfig differences method w/both additions and deletions.
 void testDifferencesNoSuites()
          Tests the WrapConfig differences method w/no suites.
 void testDifferencesRearranged()
          Tests the WrapConfig differences method on rearranged suites.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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
 

Constructor Detail

WrapConfigTest

public WrapConfigTest()
Method Detail

testConstructor

public void testConstructor()
                     throws java.lang.Exception
Tests the WrapConfig constructor.

Throws:
java.lang.Exception

testDifferencesNoSuites

public void testDifferencesNoSuites()
                             throws java.lang.Exception
Tests the WrapConfig differences method w/no suites.

Throws:
java.lang.Exception

testDifferencesAddSuites

public void testDifferencesAddSuites()
                              throws java.lang.Exception
Tests the WrapConfig differences method when adding suites.

Throws:
java.lang.Exception

testDifferencesDeleteSeries

public void testDifferencesDeleteSeries()
                                 throws java.lang.Exception
Tests the WrapConfig differences method when removing suites.

Throws:
java.lang.Exception

testDifferencesEqual

public void testDifferencesEqual()
                          throws java.lang.Exception
Tests the WrapConfig differences method on equivalent configs.

Throws:
java.lang.Exception

testDifferencesRearranged

public void testDifferencesRearranged()
                               throws java.lang.Exception
Tests the WrapConfig differences method on rearranged suites.

Throws:
java.lang.Exception

testDifferencesMultiple

public void testDifferencesMultiple()
                             throws java.lang.Exception
Tests the WrapConfig differences method w/both additions and deletions.

Throws:
java.lang.Exception

testDifferencesModifications

public void testDifferencesModifications()
                                  throws java.lang.Exception
Tests the WrapConfig differences where suites have been changed.

Throws:
java.lang.Exception