net.sourceforge.cathcart.taskdefs
Class CheckTest

java.lang.Object
  extended by net.sourceforge.cathcart.taskdefs.CheckTest

public class CheckTest
extends Object


Constructor Summary
CheckTest()
           
 
Method Summary
 void setUp()
           
 void shouldExecute()
           
 void shouldFailWhenNotAlwaysSuccesful()
           
 void shouldntFailWhenAlwaysSuccesful()
           
 void shouldntFailWhenNotHaltOnFailure()
           
 void shouldntFailWhenUpwardAndDownward()
           
 void shouldntFailWhenUpwardTrend()
           
 void tearDown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckTest

public CheckTest()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

tearDown

public void tearDown()
              throws Exception
Throws:
Exception

shouldntFailWhenNotHaltOnFailure

public void shouldntFailWhenNotHaltOnFailure()

shouldntFailWhenUpwardTrend

public void shouldntFailWhenUpwardTrend()

shouldntFailWhenAlwaysSuccesful

public void shouldntFailWhenAlwaysSuccesful()

shouldFailWhenNotAlwaysSuccesful

public void shouldFailWhenNotAlwaysSuccesful()

shouldntFailWhenUpwardAndDownward

public void shouldntFailWhenUpwardAndDownward()

shouldExecute

public void shouldExecute()


Copyright © 2010. All Rights Reserved.