Package edu.ucsf.vitro.opensocial
Class OpenSocialSmokeTests
- java.lang.Object
-
- edu.ucsf.vitro.opensocial.OpenSocialSmokeTests
-
- All Implemented Interfaces:
EventListener,javax.servlet.ServletContextListener
public class OpenSocialSmokeTests extends Object implements javax.servlet.ServletContextListener
Do some quick checks to see whether the OpenSocial stuff is configured and working.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classOpenSocialSmokeTests.ShindigTesterExceptionprotected static classOpenSocialSmokeTests.TokenServiceTesterprotected static classOpenSocialSmokeTests.TokenServiceTesterException
-
Constructor Summary
Constructors Constructor Description OpenSocialSmokeTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcontextDestroyed(javax.servlet.ServletContextEvent sce)voidcontextInitialized(javax.servlet.ServletContextEvent sce)When the system starts up, run the tests.
-
-
-
Method Detail
-
contextInitialized
public void contextInitialized(javax.servlet.ServletContextEvent sce)
When the system starts up, run the tests.- Specified by:
contextInitializedin interfacejavax.servlet.ServletContextListener
-
contextDestroyed
public void contextDestroyed(javax.servlet.ServletContextEvent sce)
- Specified by:
contextDestroyedin interfacejavax.servlet.ServletContextListener
-
-