org.apache.turbine.services.schedule
Class JobEntryTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.turbine.services.schedule.JobEntryTest
All Implemented Interfaces:
junit.framework.Test

public class JobEntryTest
extends junit.framework.TestCase

Unit testing for Job Entries. Ensure that removing NumberKey from TurbineNonPersistentScheduler still works.

Version:
$Id: JobEntryTest.java 615328 2008-01-25 20:25:05Z tv $
Author:
Eric Pugh

Constructor Summary
JobEntryTest(String name)
           
 
Method Summary
static junit.framework.Test suite()
           
 void testCompareTo()
          Tests the ability to enable and disable the service.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JobEntryTest

public JobEntryTest(String name)
             throws Exception
Throws:
Exception
Method Detail

suite

public static junit.framework.Test suite()

testCompareTo

public void testCompareTo()
Tests the ability to enable and disable the service.



Copyright © 2000-2011 The Apache Software Foundation. All Rights Reserved.