|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object TestCase org.apache.jsieve.MultilineTextTest
public class MultilineTextTest
Class RejectTest
Constructor Summary | |
---|---|
MultilineTextTest()
|
Method Summary | |
---|---|
void |
testConsecutiveDotStuffedLineInMultilineMessage()
Tests that a multiline message with many dots stuffed is correctly decoded. |
void |
testNumberOfStuffedDotsInMultilineMessage()
Tests that a multiline message with many dots stuffed is correctly decoded. |
void |
testRejectMultilineMessage()
Tests that a multiline message is correctly passed |
void |
testRejectMultilineMessageWithDotsMidline()
Tests that a multiline message is correctly passed when dots within a line between the command and the content. |
void |
testRejectMultilineMessageWithDotStuffing()
Tests that a multiline message with dot stuffing is correctly decoded. |
void |
testRejectMultilineMessageWithMissedDotStuffing()
Tests that a multiline message with missed dot stuffing is correctly decoded. |
void |
testRejectMultilineMessageWithWhitespace()
Tests that a multiline message is correctly passed when whitespace is inserted between the command and the content. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultilineTextTest()
Method Detail |
---|
public void testRejectMultilineMessage() throws java.lang.Exception
java.lang.Exception
public void testRejectMultilineMessageWithWhitespace() throws java.lang.Exception
java.lang.Exception
public void testRejectMultilineMessageWithDotsMidline() throws java.lang.Exception
java.lang.Exception
public void testRejectMultilineMessageWithDotStuffing() throws java.lang.Exception
java.lang.Exception
public void testRejectMultilineMessageWithMissedDotStuffing() throws java.lang.Exception
java.lang.Exception
public void testNumberOfStuffedDotsInMultilineMessage() throws java.lang.Exception
java.lang.Exception
public void testConsecutiveDotStuffedLineInMultilineMessage() throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |