edu.udo.cs.yale.operator.performance.test
Class EstimatedCriterionTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by edu.udo.cs.yale.test.TestCase
              extended by edu.udo.cs.yale.operator.performance.test.CriterionTestCase
                  extended by edu.udo.cs.yale.operator.performance.test.EstimatedCriterionTest
All Implemented Interfaces:
junit.framework.Test

public class EstimatedCriterionTest
extends CriterionTestCase

Tests EstimatedPerformance.

Version:
$Id: EstimatedCriterionTest.java,v 1.10 2006/03/21 15:35:51 ingomierswa Exp $
Author:
Simon Fischer, Ingo Mierswa

Field Summary
private  EstimatedPerformance performance10x08
           
private  EstimatedPerformance performance20x04
           
 
Constructor Summary
EstimatedCriterionTest()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testAverage()
          Tests micro and makro average.
 void testClone()
           
 
Methods inherited from class edu.udo.cs.yale.operator.performance.test.CriterionTestCase
assertAllValuesEqual, cloneTest
 
Methods inherited from class edu.udo.cs.yale.test.TestCase
assertEqualsNaN
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, 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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

performance10x08

private EstimatedPerformance performance10x08

performance20x04

private EstimatedPerformance performance20x04
Constructor Detail

EstimatedCriterionTest

public EstimatedCriterionTest()
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Overrides:
setUp in class TestCase
Throws:
java.lang.Exception

tearDown

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

testAverage

public void testAverage()
Tests micro and makro average. Since makro average is implemented in PerformanceCriterion, this does not have to be tested for measured performance criteria.


testClone

public void testClone()


Copyright © 2001-2006