p3j.simulation.assignments.exhaustive
Class TestSetTypeManager

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by p3j.simulation.assignments.exhaustive.TestSetTypeManager
All Implemented Interfaces:
junit.framework.Test

public class TestSetTypeManager
extends junit.framework.TestCase

Tests SetTypeManager. Adds a second set to the test Settype. This is more probable but just contains a single assignment combination.

Author:
Christina Bohk, Roland Ewald

Field Summary
protected  ParameterAssignment assignmentInst1
          The single assignment for the first instance.
protected  ParameterAssignment assignmentInst2
          The single assignment for the second instance.
protected  TestSetManager setManagerTest
          The test for the set manager.
 
Constructor Summary
TestSetTypeManager()
           
 
Method Summary
 void setUp()
           
 void testSetTypeManager()
          Tests the Settype manager.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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
 

Field Detail

setManagerTest

protected final TestSetManager setManagerTest
The test for the set manager.


assignmentInst1

protected final ParameterAssignment assignmentInst1
The single assignment for the first instance.


assignmentInst2

protected final ParameterAssignment assignmentInst2
The single assignment for the second instance.

Constructor Detail

TestSetTypeManager

public TestSetTypeManager()
Method Detail

setUp

public void setUp()
Overrides:
setUp in class junit.framework.TestCase

testSetTypeManager

public void testSetTypeManager()
Tests the Settype manager.



Copyright © 2012. All Rights Reserved.