edu.sdsc.inca.consumer
Class All2AllBeanTest

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

public class All2AllBeanTest
extends junit.framework.TestCase

Tester for All2AllBean

Author:
Shava Smallen <ssmallen@sdsc.edu>

Constructor Summary
All2AllBeanTest()
           
 
Method Summary
 void testComputeSummary()
          Test ability to compute a summary from a results matrix.
 void testGetTestData()
          Test ability to extract a matrix of test results and array of resources.
 void testGetTestNames()
          Test ability to extract all-to-all tests from report summaries.
 void testGetXml()
          Test ability to produce a xml summary of the all-to-all test results from a suite.
 
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

All2AllBeanTest

public All2AllBeanTest()
Method Detail

testComputeSummary

public void testComputeSummary()
                        throws java.lang.Exception
Test ability to compute a summary from a results matrix.

Throws:
java.lang.Exception - if problem running test

testGetTestData

public void testGetTestData()
                     throws java.lang.Exception
Test ability to extract a matrix of test results and array of resources.

Throws:
java.lang.Exception - if trouble running test

testGetTestNames

public void testGetTestNames()
                      throws java.lang.Exception
Test ability to extract all-to-all tests from report summaries.

Throws:
java.lang.Exception - if trouble running test

testGetXml

public void testGetXml()
                throws java.lang.Exception
Test ability to produce a xml summary of the all-to-all test results from a suite.

Throws:
java.lang.Exception - if trouble running test