org.apache.james.jspf
Class RFC4408AsynchronousYamlTest

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.RFC4408YamlTest
                  extended by org.apache.james.jspf.RFC4408AsynchronousYamlTest
All Implemented Interfaces:
junit.framework.Test

public class RFC4408AsynchronousYamlTest
extends RFC4408YamlTest


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 RFC4408AsynchronousYamlTest(org.apache.james.jspf.tester.SPFYamlTestDescriptor def)
           
protected RFC4408AsynchronousYamlTest(org.apache.james.jspf.tester.SPFYamlTestDescriptor def, java.lang.String test)
           
  RFC4408AsynchronousYamlTest(java.lang.String name)
           
 
Method Summary
protected  int getDnsServiceMockStyle()
           
protected  java.lang.String getFilename()
           
protected  int getSpfExecutorType()
           
static void main(java.lang.String[] args)
          This method has been created for spf spec people to let them better read the output of our tests against their yaml file
protected  void setLogger(Logger logger)
           
static junit.framework.Test suite()
           
 
Methods inherited from class org.apache.james.jspf.AbstractYamlTest
getDNSService, 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

RFC4408AsynchronousYamlTest

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

RFC4408AsynchronousYamlTest

protected RFC4408AsynchronousYamlTest(org.apache.james.jspf.tester.SPFYamlTestDescriptor def)

RFC4408AsynchronousYamlTest

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

getFilename

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

suite

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

getDnsServiceMockStyle

protected int getDnsServiceMockStyle()
Overrides:
getDnsServiceMockStyle in class AbstractYamlTest

getSpfExecutorType

protected int getSpfExecutorType()
Overrides:
getSpfExecutorType in class AbstractYamlTest

setLogger

protected void setLogger(Logger logger)
Overrides:
setLogger in class RFC4408YamlTest

main

public static void main(java.lang.String[] args)
                 throws java.lang.Throwable
This method has been created for spf spec people to let them better read the output of our tests against their yaml file

Parameters:
args -
Throws:
java.lang.Throwable


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