Uses of Class
com.uwyn.rife.test.MockConversation

Packages that use MockConversation
com.uwyn.rife.test Provides classes and interfaces for the out-of-container testing framework. 
 

Uses of MockConversation in com.uwyn.rife.test
 

Methods in com.uwyn.rife.test that return MockConversation
 MockConversation MockConversation.contextPath(String contextPath)
          Sets the context path that will be used by this conversation.
 MockConversation MockConversation.cookie(Cookie cookie)
          Add a cookie.
 MockConversation MockConversation.cookie(String name, String value)
          Add a cookie with only a name and a value, the other fields will be empty.
 MockConversation MockConversation.scheme(String scheme)
          Sets the scheme that will be used by this conversation.
 MockConversation MockConversation.serverName(String serverName)
          Sets the server name that will be used by this conversation.
 MockConversation MockConversation.serverPort(int serverPort)
          Sets the server port that will be used by this conversation.
 



Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.