Uses of Class
org.apache.james.test.functional.ProtocolSession

Packages that use ProtocolSession
org.apache.james.test.functional   
 

Uses of ProtocolSession in org.apache.james.test.functional
 

Fields in org.apache.james.test.functional declared as ProtocolSession
protected  ProtocolSession AbstractProtocolTestFramework.postElements
          The Protocol session which is run after the testElements.
protected  ProtocolSession AbstractProtocolTestFramework.preElements
          The Protocol session which is run before the testElements
protected  ProtocolSession AbstractProtocolTestFramework.testElements
          The Protocol session which contains the tests elements
 

Methods in org.apache.james.test.functional that return ProtocolSession
 ProtocolSession FileProtocolSessionBuilder.buildProtocolSession(java.lang.String fileName)
          Builds a ProtocolSession by reading lines from the test file with the supplied name.
 

Methods in org.apache.james.test.functional with parameters of type ProtocolSession
 void FileProtocolSessionBuilder.addProtocolLinesFromStream(java.io.InputStream is, ProtocolSession session, java.lang.String fileName)
          Reads ProtocolElements from the supplied InputStream and adds them to the ProtocolSession.
protected  void AbstractSimpleScriptedTestProtocol.addTestFile(java.lang.String fileName, ProtocolSession session)
          Finds the protocol session file identified by the test name, and builds protocol elements from it.
 void FileProtocolSessionBuilder.addTestFile(java.lang.String fileName, ProtocolSession session)
          Adds all protocol elements from a test file to the ProtocolSession supplied.
 



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