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

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

public class TestCombinationNoExecute
extends AbstractCombination

Empty test Combination that has no execute method. This should result in an unchecked exception.

Rating red

Field Summary
 
Fields inherited from class de.cau.cs.kieler.core.kivi.AbstractCombination
FIFTH, FIRST, FOURTH, SECOND, SEVENTH, SIXTH, THIRD
 
Constructor Summary
TestCombinationNoExecute()
           
 
Method Summary
 
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

TestCombinationNoExecute

public TestCombinationNoExecute()