org.apache.jsieve
Class KeepTest

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

public class KeepTest
extends TestCase

Class KeepTest


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

Constructor Detail

KeepTest

public KeepTest()
Method Detail

testInvalidArguments

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


testInvalidBlock

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


testKeep

public void testKeep()
Test for Command 'keep'



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