fr.jussieu.gla.wasa.core.junit
Class ExplorationWithTabuTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--fr.jussieu.gla.wasa.core.junit.ExplorationWithTabuTest
All Implemented Interfaces:
junit.framework.Test

public class ExplorationWithTabuTest
extends junit.framework.TestCase

Tests for the Engine, checking if Tabu List is taken in account.

Version:
$Revision: 1.6 $ $Date: 2002/04/10 17:24:01 $
Author:
Laurent Caillette

Constructor Summary
ExplorationWithTabuTest(java.lang.String s)
           
 
Method Summary
static void main(java.lang.String[] args)
           
static junit.framework.Test suite()
           
 void testExploration()
          Tests if the Engine implements Tabu List correctly, using deterministic (pre-defined) Explorer and RandomGenerator.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, 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

ExplorationWithTabuTest

public ExplorationWithTabuTest(java.lang.String s)
Method Detail

suite

public static junit.framework.Test suite()

testExploration

public void testExploration()
Tests if the Engine implements Tabu List correctly, using deterministic (pre-defined) Explorer and RandomGenerator. Buisness Objects (an XYBean) is set to the following values :

main

public static void main(java.lang.String[] args)