de.cau.cs.kieler.core.kivi.test
Class TestCombinationWrongParameterType

java.lang.Object
  extended by de.cau.cs.kieler.core.kivi.AbstractCombination
      extended by de.cau.cs.kieler.core.kivi.test.TestCombinationWrongParameterType
All Implemented Interfaces:
ICombination, ITriggerListener

public class TestCombinationWrongParameterType
extends AbstractCombination

Test combination with an execute method which has no expected type, i.e. only ITriggerState or IEffect are allowed.

Rating red

Field Summary
 
Fields inherited from class de.cau.cs.kieler.core.kivi.AbstractCombination
FIFTH, FIRST, FOURTH, SECOND, SEVENTH, SIXTH, THIRD
 
Constructor Summary
TestCombinationWrongParameterType()
           
 
Method Summary
 void execute(String notAllowedType)
           
 
Methods inherited from class de.cau.cs.kieler.core.kivi.AbstractCombination
enableEffectRecording, getEffects, getTriggerStates, handle, isActive, latestState, latestStateIndex, schedule, schedule, setActive, toString, undo, undoRecordedEffects
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestCombinationWrongParameterType

public TestCombinationWrongParameterType()
Method Detail

execute

public void execute(String notAllowedType)