Package de.cau.cs.kieler.core.kivi.test

Test cases for the View Management.

See:
          Description

Class Summary
KiViCoreTest Test of the core of KiVi.
PrintEffect  
TestCombinationA Simple test combination that uses some triggers and executes effects
TestCombinationB Simple test combination that uses some triggers and executes effects
TestCombinationEffectsTrigger A combination that takes an effect as a trigger parameter.
TestCombinationEffectsTrigger2 A combination that takes an effect as a trigger parameter.
TestCombinationManyExecutes A Combination with multiple executes with disjoint parameters.
TestCombinationNoExecute Empty test Combination that has no execute method.
TestCombinationOverlappingParameters Simple test combination that has overlapping parameters.
TestCombinationSpammer Test spamming of trigger states while using slow effects.
TestCombinationSpammerSynchronized Test spamming of trigger states while using slow effects.
TestCombinationTwoEffects Combination with two effect triggers, which is actually not allowed.
TestCombinationUndo A combination that explicitly calls undoOldEffects.
TestCombinationWrongParameterType Test combination with an execute method which has no expected type, i.e.
TestEffectA Simple Test effect that prints onto the console and waits 50ms.
TestEffectSlow Simple Test effect that prints onto the console and waits 50ms.
TestTriggerA A simple Trigger for unit tests that runs in an own thread and triggers from time to time.
TestTriggerA.AState  
TestTriggerB A simple Trigger for unit tests that runs in an own thread and triggers from time to time.
TestTriggerB.BState  
TestTriggerSpammer A simple Trigger for unit tests that runs in an own thread and triggers every 1ms, i.e.
TestTriggerSpammer.SpamState  
TestTriggerSpammerSynchronized A simple Trigger for unit tests that runs in an own thread and triggers every 1ms, i.e.
TestTriggerSpammerSynchronized.SynchronizedSpamState  
 

Package de.cau.cs.kieler.core.kivi.test Description

Test cases for the View Management.