org.apache.jsieve
Class FileIntoTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.jsieve.FileIntoTest
All Implemented Interfaces:
junit.framework.Test

public class FileIntoTest
extends junit.framework.TestCase

Class FileIntoTest


Constructor Summary
FileIntoTest()
           
 
Method Summary
 void testDuplicateFileInto()
          Test for Command 'fileinto' with duplicate destinations.
 void testFileInto()
          Test for Command 'fileinto'
 void testInvalidArgumentNumber()
          Test for Command 'fileinto' with an invalid argument number
 void testInvalidArgumentType()
          Test for Command 'fileinto' with an invalid argument type
 void testInvalidBlock()
          Test for Command 'fileinto' with an invalid block
 
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

FileIntoTest

public FileIntoTest()
Method Detail

testFileInto

public void testFileInto()
Test for Command 'fileinto'


testDuplicateFileInto

public void testDuplicateFileInto()
Test for Command 'fileinto' with duplicate destinations. Only one ActionFileInto should result.


testInvalidArgumentType

public void testInvalidArgumentType()
Test for Command 'fileinto' with an invalid argument type


testInvalidArgumentNumber

public void testInvalidArgumentNumber()
Test for Command 'fileinto' with an invalid argument number


testInvalidBlock

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



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