com.atlassian.plugin.manager
Class TestStateTracker

java.lang.Object
  extended by com.atlassian.plugin.manager.TestStateTracker

public class TestStateTracker
extends Object


Constructor Summary
TestStateTracker()
           
 
Method Summary
 void canShutdownDirectlyFromEarlyStartup()
           
 void setup()
           
 void tearDown()
           
 void testIllegalDelayedTransitions()
           
 void testIllegalNotStartedTransitions()
           
 void testIllegalResumingTransitions()
           
 void testIllegalShutdownTransitions()
           
 void testIllegalShuttingDownTransitions()
           
 void testIllegalStartedTransitions()
           
 void testIllegalStartingTransitions()
           
 void testIllegalWarmRestartingTransitions()
           
 void testIllegalWarmRestartTransitions()
           
 void testStandardTransitions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestStateTracker

public TestStateTracker()
Method Detail

setup

public void setup()

tearDown

public void tearDown()

testStandardTransitions

public void testStandardTransitions()
                             throws Exception
Throws:
Exception

testIllegalNotStartedTransitions

public void testIllegalNotStartedTransitions()
                                      throws Exception
Throws:
Exception

testIllegalStartingTransitions

public void testIllegalStartingTransitions()
                                    throws Exception
Throws:
Exception

testIllegalDelayedTransitions

public void testIllegalDelayedTransitions()
                                   throws Exception
Throws:
Exception

testIllegalResumingTransitions

public void testIllegalResumingTransitions()
                                    throws Exception
Throws:
Exception

testIllegalStartedTransitions

public void testIllegalStartedTransitions()
                                   throws Exception
Throws:
Exception

testIllegalWarmRestartingTransitions

public void testIllegalWarmRestartingTransitions()
                                          throws Exception
Throws:
Exception

testIllegalWarmRestartTransitions

public void testIllegalWarmRestartTransitions()
                                       throws Exception
Throws:
Exception

testIllegalShuttingDownTransitions

public void testIllegalShuttingDownTransitions()
                                        throws Exception
Throws:
Exception

testIllegalShutdownTransitions

public void testIllegalShutdownTransitions()
                                    throws Exception
Throws:
Exception

canShutdownDirectlyFromEarlyStartup

public void canShutdownDirectlyFromEarlyStartup()


Copyright © 2015 Atlassian. All rights reserved.