org.jcrontab.tests
Class SimpleTest
java.lang.Object
TestCase
org.jcrontab.tests.SimpleTest
- public class SimpleTest
- extends TestCase
Some simple tests.
- See Also:
- Serialized Form
Constructor Summary |
SimpleTest(java.lang.String name)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleTest
public SimpleTest(java.lang.String name)
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)
testDAOAdd
public void testDAOAdd()
throws java.lang.Exception
- Throws:
java.lang.Exception
testDAOFindAll
public void testDAOFindAll()
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