org.drupal.project.computing
Class DUtils.UnitTest

java.lang.Object
  extended by org.drupal.project.computing.DUtils.UnitTest
Enclosing class:
DUtils

public static class DUtils.UnitTest
extends java.lang.Object


Constructor Summary
DUtils.UnitTest()
           
 
Method Summary
 void simplePrint()
          This method is not supposed to test anything.
 void testDrush()
           
 void testExecuteShell()
           
 void testLocalDrush()
           
 void testMisc()
           
 void testPhp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DUtils.UnitTest

public DUtils.UnitTest()
Method Detail

testExecuteShell

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

testDrush

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

testLocalDrush

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

testMisc

public void testMisc()

testPhp

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

simplePrint

public void simplePrint()
                 throws java.lang.Exception
This method is not supposed to test anything. It's simply running to print out some stuff.

Throws:
java.lang.Exception