org.apache.jsieve.parser.address
Class SieveAddressBuilderTest

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

public class SieveAddressBuilderTest
extends junit.framework.TestCase


Field Summary
static java.lang.String BUGS
           
static java.lang.String BUGS_ADDRESS
           
static java.lang.String COYOTE
           
static java.lang.String COYOTE_ADDRESS
           
static java.lang.String DOMAIN
           
static java.lang.String HEROS
           
static java.lang.String ROADRUNNER
           
static java.lang.String ROADRUNNER_ADDRESS
           
 
Constructor Summary
SieveAddressBuilderTest()
           
 
Method Summary
protected  void setUp()
           
 void testAddAddresses()
           
 void testNotAddress()
           
 void testReset()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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
 

Field Detail

DOMAIN

public static final java.lang.String DOMAIN
See Also:
Constant Field Values

COYOTE

public static final java.lang.String COYOTE
See Also:
Constant Field Values

COYOTE_ADDRESS

public static final java.lang.String COYOTE_ADDRESS
See Also:
Constant Field Values

ROADRUNNER

public static final java.lang.String ROADRUNNER
See Also:
Constant Field Values

ROADRUNNER_ADDRESS

public static final java.lang.String ROADRUNNER_ADDRESS
See Also:
Constant Field Values

BUGS

public static final java.lang.String BUGS
See Also:
Constant Field Values

BUGS_ADDRESS

public static final java.lang.String BUGS_ADDRESS
See Also:
Constant Field Values

HEROS

public static final java.lang.String HEROS
See Also:
Constant Field Values
Constructor Detail

SieveAddressBuilderTest

public SieveAddressBuilderTest()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
java.lang.Exception

testNotAddress

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

testAddAddresses

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

testReset

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


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