edu.sdsc.inca.depot.util
Class All2AllFilterTest

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

public class All2AllFilterTest
extends junit.framework.TestCase

Author:
jhayes

Constructor Summary
All2AllFilterTest()
           
 
Method Summary
protected static void createSummaryFile(java.lang.String value)
           
 void testAtFaultFailure()
           
 void testMissingFile()
           
 void testNotAtFaultFailure()
           
 void testSummaryReport()
           
 
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

All2AllFilterTest

public All2AllFilterTest()
Method Detail

createSummaryFile

protected static void createSummaryFile(java.lang.String value)
                                 throws java.lang.Exception
Throws:
java.lang.Exception

testMissingFile

public void testMissingFile()
                     throws java.lang.Exception
Throws:
java.lang.Exception

testAtFaultFailure

public void testAtFaultFailure()
                        throws java.lang.Exception
Throws:
java.lang.Exception

testNotAtFaultFailure

public void testNotAtFaultFailure()
                           throws java.lang.Exception
Throws:
java.lang.Exception

testSummaryReport

public void testSummaryReport()
                       throws java.lang.Exception
Throws:
java.lang.Exception