org.drupal.project.async_command
Class DefaultDrupalApp.TestMe

java.lang.Object
  extended by org.drupal.project.async_command.DefaultDrupalAppDeprecated.TestMe
Enclosing class:
DefaultDrupalApp

public static class DefaultDrupalApp.TestMe
extends java.lang.Object


Field Summary
(package private)  DefaultDrupalApp app
           
 
Constructor Summary
DefaultDrupalApp.TestMe()
           
 
Method Summary
 void setUp()
           
 void testBasic()
           
 void testBatchUpdate()
           
 void testDbUtils()
           
 void testDecryption()
           
 void testDrupalVariable()
           
 void testEvalPhp()
           
 void testEvalPhpFail()
           
 void testIdentifier()
           
 void testQueryValue()
           
 void testReadSettingsPHP()
           
 void testRetrievePendingCommand()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

app

DefaultDrupalApp app
Constructor Detail

DefaultDrupalApp.TestMe

public DefaultDrupalApp.TestMe()
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Throws:
java.lang.Exception

testBasic

public void testBasic()
               throws java.lang.Exception
Throws:
java.lang.Exception

testIdentifier

public void testIdentifier()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testEvalPhp

public void testEvalPhp()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testEvalPhpFail

public void testEvalPhpFail()
                     throws java.lang.Exception
Throws:
java.lang.Exception

testDecryption

public void testDecryption()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testDrupalVariable

public void testDrupalVariable()
                        throws java.lang.Exception
Throws:
java.lang.Exception

testDbUtils

public void testDbUtils()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testBatchUpdate

public void testBatchUpdate()
                     throws java.lang.Exception
Throws:
java.lang.Exception

testQueryValue

public void testQueryValue()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testReadSettingsPHP

public void testReadSettingsPHP()
                         throws java.lang.Exception
Throws:
java.lang.Exception

testRetrievePendingCommand

public void testRetrievePendingCommand()