org.apache.jsieve
Class DiscardTest

java.lang.Object
  extended by TestCase
      extended by org.apache.jsieve.DiscardTest

public class DiscardTest
extends TestCase

Class DiscardTest


Constructor Summary
DiscardTest()
           
 
Method Summary
 void testDiscard()
           
 void testInvalidArguments()
          Test for Command 'discard' with invalid arguments
 void testInvalidBlock()
          Test for Command 'discard' with an invalid block
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiscardTest

public DiscardTest()
Method Detail

testInvalidArguments

public void testInvalidArguments()
Test for Command 'discard' with invalid arguments


testInvalidBlock

public void testInvalidBlock()
Test for Command 'discard' with an invalid block


testDiscard

public void testDiscard()


Copyright © 2008-2009 The Apache Software Foundation. All Rights Reserved.