com.atlassian.sal.ctk.test
Class LifecycleAwareTest

java.lang.Object
  extended by com.atlassian.sal.ctk.test.LifecycleAwareTest
All Implemented Interfaces:
LifecycleAware, CtkTest

public class LifecycleAwareTest
extends Object
implements LifecycleAware, CtkTest


Constructor Summary
LifecycleAwareTest(LifecycleManager lifecycleManager)
           
 
Method Summary
 void execute(CtkTestResults results)
           
 void onStart()
          Called when the application has started or has been restored from backup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LifecycleAwareTest

public LifecycleAwareTest(LifecycleManager lifecycleManager)
Method Detail

onStart

public void onStart()
Description copied from interface: LifecycleAware
Called when the application has started or has been restored from backup

Specified by:
onStart in interface LifecycleAware

execute

public void execute(CtkTestResults results)
Specified by:
execute in interface CtkTest


Copyright © 2010 Atlassian. All Rights Reserved.