org.apache.james.jspf
Class MailZoneAsynchronousYamlTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.james.jspf.AbstractYamlTest
              extended by org.apache.james.jspf.MailZoneYamlTest
                  extended by org.apache.james.jspf.MailZoneAsynchronousYamlTest
All Implemented Interfaces:
junit.framework.Test

public class MailZoneAsynchronousYamlTest
extends MailZoneYamlTest


Field Summary
 
Fields inherited from class org.apache.james.jspf.AbstractYamlTest
dnsTestServer, FAKE_SERVER, log, macroExpand, MOCK_SERVICE, parser, prevData, REAL_SERVER, spf, STAGED_EXECUTOR, STAGED_EXECUTOR_DNSJNIO, STAGED_EXECUTOR_MULTITHREADED, SYNCHRONOUS_EXECUTOR, TIMEOUT
 
Constructor Summary
protected MailZoneAsynchronousYamlTest(org.apache.james.jspf.tester.SPFYamlTestDescriptor def)
           
protected MailZoneAsynchronousYamlTest(org.apache.james.jspf.tester.SPFYamlTestDescriptor def, java.lang.String test)
           
  MailZoneAsynchronousYamlTest(java.lang.String name)
           
 
Method Summary
protected  DNSService getDNSService()
           
protected  int getDnsServiceMockStyle()
           
protected  java.lang.String getFilename()
           
protected  int getSpfExecutorType()
           
static junit.framework.Test suite()
           
 
Methods inherited from class org.apache.james.jspf.AbstractYamlTest
getDNSServiceFakeServer, getDNSServiceMockedDNSService, getDNSServiceReal, getRecordTypeDescription, runTest
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, 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

MailZoneAsynchronousYamlTest

public MailZoneAsynchronousYamlTest(java.lang.String name)
                             throws java.io.IOException
Parameters:
name -
Throws:
java.io.IOException

MailZoneAsynchronousYamlTest

protected MailZoneAsynchronousYamlTest(org.apache.james.jspf.tester.SPFYamlTestDescriptor def,
                                       java.lang.String test)

MailZoneAsynchronousYamlTest

protected MailZoneAsynchronousYamlTest(org.apache.james.jspf.tester.SPFYamlTestDescriptor def)
Method Detail

getFilename

protected java.lang.String getFilename()
Overrides:
getFilename in class MailZoneYamlTest

suite

public static junit.framework.Test suite()
                                  throws java.io.IOException
Throws:
java.io.IOException

getDNSService

protected DNSService getDNSService()
Overrides:
getDNSService in class MailZoneYamlTest
Returns:
the right dnsservice according to what the test specialization declares

getDnsServiceMockStyle

protected int getDnsServiceMockStyle()
Overrides:
getDnsServiceMockStyle in class AbstractYamlTest

getSpfExecutorType

protected int getSpfExecutorType()
Overrides:
getSpfExecutorType in class AbstractYamlTest


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