org.apache.james.transport.matchers
Class HasMailAttributeTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.james.transport.matchers.AbstractHasMailAttributeTest
              extended by org.apache.james.transport.matchers.HasMailAttributeTest
All Implemented Interfaces:
junit.framework.Test

public class HasMailAttributeTest
extends AbstractHasMailAttributeTest


Field Summary
 
Fields inherited from class org.apache.james.transport.matchers.AbstractHasMailAttributeTest
MAIL_ATTRIBUTE_NAME, MAIL_ATTRIBUTE_VALUE, mailAttributeName, mailAttributeValue, matcher, mockedMail, mockedMimeMessage
 
Constructor Summary
HasMailAttributeTest()
           
 
Method Summary
protected  GenericMatcher createMatcher()
           
protected  java.lang.String getConfigOption()
           
protected  java.lang.String getHasMailAttribute()
           
 
Methods inherited from class org.apache.james.transport.matchers.AbstractHasMailAttributeTest
init, setMailAttributeName, setMailAttributeValue, setupAll, setupMatcher, setupMockedMail, testAttributeIsMatched, testAttributeIsNotMatched
 
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

HasMailAttributeTest

public HasMailAttributeTest()
Method Detail

createMatcher

protected GenericMatcher createMatcher()
Specified by:
createMatcher in class AbstractHasMailAttributeTest

getHasMailAttribute

protected java.lang.String getHasMailAttribute()
Specified by:
getHasMailAttribute in class AbstractHasMailAttributeTest

getConfigOption

protected java.lang.String getConfigOption()
Specified by:
getConfigOption in class AbstractHasMailAttributeTest


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