net.sourceforge.cathcart.taskdefs
Class CheckFailTest

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

public class CheckFailTest
extends Object


Constructor Summary
CheckFailTest()
           
 
Method Summary
 void setUp()
           
 void shouldFailWhenFirstLimitExceeded()
           
 void shouldFailWhenOnePropertyExistsButOtherDoesnt()
           
 void shouldFailWhenPropertyExistsButExceded()
           
 void shouldFailWhenPropertyMissing()
           
 void shouldFailWhenSecondLimitExceeded()
           
 void shouldFailWhenUpwardTrendExpectedButDownwardResult()
           
 void shouldntFailWhenPropertyNotMissing()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckFailTest

public CheckFailTest()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

shouldFailWhenPropertyMissing

public void shouldFailWhenPropertyMissing()

shouldntFailWhenPropertyNotMissing

public void shouldntFailWhenPropertyNotMissing()

shouldFailWhenOnePropertyExistsButOtherDoesnt

public void shouldFailWhenOnePropertyExistsButOtherDoesnt()

shouldFailWhenPropertyExistsButExceded

public void shouldFailWhenPropertyExistsButExceded()

shouldFailWhenFirstLimitExceeded

public void shouldFailWhenFirstLimitExceeded()

shouldFailWhenSecondLimitExceeded

public void shouldFailWhenSecondLimitExceeded()

shouldFailWhenUpwardTrendExpectedButDownwardResult

public void shouldFailWhenUpwardTrendExpectedButDownwardResult()


Copyright © 2010. All Rights Reserved.