org.jcrontab.tests
Class SimpleTest

java.lang.Object
  extended byTestCase
      extended byorg.jcrontab.tests.SimpleTest

public class SimpleTest
extends TestCase

Some simple tests.

See Also:
Serialized Form

Constructor Summary
SimpleTest(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] args)
           
protected  void setUp()
           
static Test suite()
           
 void testCrontabParser()
           
 void testDAO()
           
 void testNextBeanToExecute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleTest

public SimpleTest(java.lang.String name)
Method Detail

setUp

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

suite

public static Test suite()

main

public static void main(java.lang.String[] args)

testDAO

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

testNextBeanToExecute

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

testCrontabParser

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