org.apache.james.imap.decode.imap4rev1
Class SearchCommandParserTopLevelAndTest

java.lang.Object
  extended by MockObjectTestCase
      extended by org.apache.james.imap.decode.imap4rev1.SearchCommandParserTopLevelAndTest

public class SearchCommandParserTopLevelAndTest
extends MockObjectTestCase


Nested Class Summary
static class SearchCommandParserTopLevelAndTest.Input
           
 
Constructor Summary
SearchCommandParserTopLevelAndTest()
           
 
Method Summary
static SearchCommandParserTopLevelAndTest.Input draft()
           
static SearchCommandParserTopLevelAndTest.Input fromHeader()
           
static SearchCommandParserTopLevelAndTest.Input mailingListHeader()
           
static SearchCommandParserTopLevelAndTest.Input on()
           
static SearchCommandParserTopLevelAndTest.Input sequence()
           
protected  void setUp()
           
static SearchCommandParserTopLevelAndTest.Input since()
           
static SearchCommandParserTopLevelAndTest.Input stringQuoted()
           
static SearchCommandParserTopLevelAndTest.Input stringUnquoted()
           
protected  void tearDown()
           
 void testBasePermutations()
           
 void testLargePermutations()
           
 void testVarietyPermutations()
           
static SearchCommandParserTopLevelAndTest.Input to()
           
static SearchCommandParserTopLevelAndTest.Input uid()
           
static SearchCommandParserTopLevelAndTest.Input unanswered()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchCommandParserTopLevelAndTest

public SearchCommandParserTopLevelAndTest()
Method Detail

sequence

public static SearchCommandParserTopLevelAndTest.Input sequence()

uid

public static SearchCommandParserTopLevelAndTest.Input uid()

fromHeader

public static SearchCommandParserTopLevelAndTest.Input fromHeader()

to

public static SearchCommandParserTopLevelAndTest.Input to()

mailingListHeader

public static SearchCommandParserTopLevelAndTest.Input mailingListHeader()

since

public static SearchCommandParserTopLevelAndTest.Input since()

on

public static SearchCommandParserTopLevelAndTest.Input on()

stringUnquoted

public static SearchCommandParserTopLevelAndTest.Input stringUnquoted()

stringQuoted

public static SearchCommandParserTopLevelAndTest.Input stringQuoted()

draft

public static SearchCommandParserTopLevelAndTest.Input draft()

unanswered

public static SearchCommandParserTopLevelAndTest.Input unanswered()

setUp

protected void setUp()
              throws java.lang.Exception
Throws:
java.lang.Exception

tearDown

protected void tearDown()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testLargePermutations

public void testLargePermutations()
                           throws java.lang.Exception
Throws:
java.lang.Exception

testBasePermutations

public void testBasePermutations()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testVarietyPermutations

public void testVarietyPermutations()
                             throws java.lang.Exception
Throws:
java.lang.Exception


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