A B C D E F G H I J L M N P R S T U V W

A

add(Scenario) - Method in class de.oio.bugkilla.protocol.TestSeries
Returns the number of Scenario elements in this series.
add(TestSequence) - Method in class de.oio.bugkilla.protocol.Scenario
Returns the number of TestSequence elements in this scenario.
add(TestStep) - Method in class de.oio.bugkilla.protocol.UserInteraction
Returns the number of TestStep elements in this user-interaction.
add(TestStep) - Method in class de.oio.bugkilla.protocol.TestSequence
Returns the number of TestStep elements in this sequence.
add(UserInteraction) - Method in class de.oio.bugkilla.protocol.TestSequence
Returns the number of UserInteraction elements in this sequence.
addCookie(Cookie) - Method in class de.oio.bugkilla.splitter.test.ServletResponseDummy
 
addCurrentStep() - Method in class de.oio.bugkilla.splitter.FilterManager
Method addCurrentStep adds a the current TestStep to the according UserInteraction.
addDateHeader(String, long) - Method in class de.oio.bugkilla.splitter.test.ServletResponseDummy
 
addHeader(String, String) - Method in class de.oio.bugkilla.splitter.test.ServletResponseDummy
 
addIntHeader(String, int) - Method in class de.oio.bugkilla.splitter.test.ServletResponseDummy
 
addTestSuite(WebTestSuite) - Method in class de.oio.bugkilla.player.WebTestSuite
Adds a Testsuite to the suite.

B

beforeFirst() - Method in class de.oio.bugkilla.protocol.ComplexTestSpecification
Init the iterator with the Elements of the TestSpecification elements

C

CallHandler - interface de.oio.bugkilla.splitter.CallHandler.
 
checkGeneratedDirectoryPath(String) - Method in class de.oio.bugkilla.management.TestSpecFileHandler
Prüft ob der errechntete Pfad schon existiert. wirft in diesem fall eine IOException
clear() - Method in class de.oio.bugkilla.protocol.ComplexTestSpecification
Removes all of the TestSpecification elements from this specification.
clone() - Method in class de.oio.bugkilla.protocol.Identity
 
close() - Method in class de.oio.bugkilla.splitter.SplitterServletOutputStreamImpl
Closes the original response output stream.
Commandable - interface de.oio.bugkilla.protocol.Commandable.
The Commandable interface provides for sending commands to an instance that records TestSequences.
CommandableTestHelper - class de.oio.bugkilla.protocol.test.CommandableTestHelper.
************************************** Represents a mock object for testing * **************************************
CommandableTestHelper() - Constructor for class de.oio.bugkilla.protocol.test.CommandableTestHelper
 
CommandInterpreter - class de.oio.bugkilla.protocol.CommandInterpreter.
A class waiting for incomming commads from a given InputStream to send these commands to its
given Commandable object.
CommandInterpreter(InputStream, Commandable) - Constructor for class de.oio.bugkilla.protocol.CommandInterpreter
Creates a new CommandInterpreter object to receive commands from the given InputStream and send these commands to the given Commandable object.
CommandLanguage - class de.oio.bugkilla.protocol.CommandLanguage.
 
CommandLanguage() - Constructor for class de.oio.bugkilla.protocol.CommandLanguage
 
CommandVerifier - interface de.oio.bugkilla.protocol.CommandVerifier.
 
ComparatorTestSuite - class de.oio.bugkilla.comparator.test.ComparatorTestSuite.
 
ComparatorTestSuite() - Constructor for class de.oio.bugkilla.comparator.test.ComparatorTestSuite
 
compare() - Method in class de.oio.bugkilla.comparator.ResponseTitleComparator
 
compare() - Method in class de.oio.bugkilla.comparator.ResponseComparator
Method abstract compare is an interface for all compare subclasses.
ComplexTestSpecification - class de.oio.bugkilla.protocol.ComplexTestSpecification.
store all child elements
ComplexTestSpecification() - Constructor for class de.oio.bugkilla.protocol.ComplexTestSpecification
Construtor
connect() - Method in class de.oio.bugkilla.recorder.RecorderManager
Method connect wait until the server runs.
connect(Socket) - Method in class de.oio.bugkilla.splitter.FilterManager
Sets the socket.
Connected - class de.oio.bugkilla.recorder.Connected.
 
Connected - class de.oio.bugkilla.splitter.Connected.
 
Connected(FilterManager) - Constructor for class de.oio.bugkilla.splitter.Connected
 
Connected(RecorderManager) - Constructor for class de.oio.bugkilla.recorder.Connected
 
contains(Scenario) - Method in class de.oio.bugkilla.protocol.TestSeries
Returns true if this series contains the specified Scenario element.
contains(TestSequence) - Method in class de.oio.bugkilla.protocol.Scenario
Returns true if this scenario contains the specified TestSequence element.
contains(TestStep) - Method in class de.oio.bugkilla.protocol.UserInteraction
Returns true if this user-interaction contains the specified TestStep element.
contains(TestStep) - Method in class de.oio.bugkilla.protocol.TestSequence
Returns true if this sequence contains the specified TestStep element.
contains(UserInteraction) - Method in class de.oio.bugkilla.protocol.TestSequence
Returns true if this sequence contains the specified UserInteraction element.
containsHeader(String) - Method in class de.oio.bugkilla.splitter.test.ServletResponseDummy
 
Cookie - class de.oio.bugkilla.protocol.Cookie.
The Cookie store all Informations for one Cookie
Cookie() - Constructor for class de.oio.bugkilla.protocol.Cookie
Construct a new Cookie
Cookie(String) - Constructor for class de.oio.bugkilla.protocol.Cookie
Construct a new Cookie with a specified Name
createDirectoryForTestSequence() - Method in class de.oio.bugkilla.management.IdentityGenerator
Erzeugt einen neuen Pfad beginnent ab dem gegebenen Hauptpfad
createPath(String) - Method in class de.oio.bugkilla.management.PersistenceManager
creates an absolute path to the directory given in the String.
createPersistenceTestSeries() - Method in class de.oio.bugkilla.player.JTestManager
create a TestSeries-tree (get it from the PersistenceManager)
createTestSequenceIdentity() - Method in class de.oio.bugkilla.management.IdentityGenerator
Erzeugt für die TestSequence eine Identity (ID), die einen Pfad beinhaltet, welcher ab dem angegebenen rootPfad einen neuen Speicherpfad (unterpfad) für die TestSequence und deren TestSteps errechnen lässt.
createTestStepIdentity(Identity, int) - Method in class de.oio.bugkilla.management.IdentityGenerator
Method createTestStepIdentity for teststeps dependence on the userinteraction or the sequence.
createUserInteractionIdentity(Identity, int) - Method in class de.oio.bugkilla.management.IdentityGenerator
Method createUserInteractionIdentity for user-interactions dependence on a sequence.

D

de.oio.bugkilla.comparator - package de.oio.bugkilla.comparator
 
de.oio.bugkilla.comparator.test - package de.oio.bugkilla.comparator.test
 
de.oio.bugkilla.management - package de.oio.bugkilla.management
The functionality of this Packages covers generally the administration and durable placings of TestSpecification objects.
de.oio.bugkilla.management.test - package de.oio.bugkilla.management.test
 
de.oio.bugkilla.player - package de.oio.bugkilla.player
Summarizes the necessary classes those have to be to be installed in a J2EE application for notation user interactions.
de.oio.bugkilla.player.test - package de.oio.bugkilla.player.test
 
de.oio.bugkilla.protocol - package de.oio.bugkilla.protocol
Summarizes the necessary classes those have to be to be installed in a J2EE application for notation user interactions.
de.oio.bugkilla.protocol.test - package de.oio.bugkilla.protocol.test
 
de.oio.bugkilla.recorder - package de.oio.bugkilla.recorder
Encases the functionylity for the receiving of TestStep objects and summarizing of these to a TestSequence by means of the class de.oio.bugkilla.management.PersistenceManager.
de.oio.bugkilla.recorder.test - package de.oio.bugkilla.recorder.test
 
de.oio.bugkilla.splitter - package de.oio.bugkilla.splitter
Summarizes the necessary classes those have to be to be installed in a J2EE application for notation user interactions.
de.oio.bugkilla.splitter.test - package de.oio.bugkilla.splitter.test
 
de.oio.bugkilla.test - package de.oio.bugkilla.test
 
destroy() - Method in class de.oio.bugkilla.splitter.WebRecordFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class de.oio.bugkilla.splitter.WebRecordFilter
 

E

encodeRedirectUrl(String) - Method in class de.oio.bugkilla.splitter.test.ServletResponseDummy
Deprecated.  
encodeRedirectURL(String) - Method in class de.oio.bugkilla.splitter.test.ServletResponseDummy
 
encodeUrl(String) - Method in class de.oio.bugkilla.splitter.test.ServletResponseDummy
Deprecated.  
encodeURL(String) - Method in class de.oio.bugkilla.splitter.test.ServletResponseDummy
 
EndSignalExpected - class de.oio.bugkilla.recorder.EndSignalExpected.
 
EndSignalExpected(RecorderManager) - Constructor for class de.oio.bugkilla.recorder.EndSignalExpected
Constructor EndSignalExpected.
endWebConversation() - Method in class de.oio.bugkilla.player.Player
terminate the existing WebConversation
Environment - class de.oio.bugkilla.protocol.Environment.
The Enviroment store the recording date and the recorded server
Environment() - Constructor for class de.oio.bugkilla.protocol.Environment
Construct a new Enviroment
Environment(String) - Constructor for class de.oio.bugkilla.protocol.Environment
Construct a new Environment with a specified recorded server
equals(Object) - Method in class de.oio.bugkilla.protocol.Identity
 
EXIT_RECORDER - Static variable in class de.oio.bugkilla.protocol.CommandLanguage
Command 'off' to exit the bugkilla-recorder.

F

FailureServletOutputStream - class de.oio.bugkilla.splitter.FailureServletOutputStream.
The FailureServletOutputStream represents a class that only has the abiblity to write out an error message.
FailureServletOutputStream(HttpServletResponse) - Constructor for class de.oio.bugkilla.splitter.FailureServletOutputStream
Constructs a new FailureServletOutputStream that sends a failure message to the client.
FilterManager - class de.oio.bugkilla.splitter.FilterManager.
 
FilterManager() - Constructor for class de.oio.bugkilla.splitter.FilterManager
set the first State on 'NotConnected'
FilterState - class de.oio.bugkilla.splitter.FilterState.
 
FilterState() - Constructor for class de.oio.bugkilla.splitter.FilterState
Constructor FilterState.
flushBuffer() - Method in class de.oio.bugkilla.splitter.test.ServletResponseDummy
 

G

generateDirectoryPathForTestSequences() - Method in class de.oio.bugkilla.management.TestSpecFileHandler
Errechnet einen neuen Pfad beginnent ab dem gegebenen Hauptpfad
generateScenario(Scenario) - Method in class de.oio.bugkilla.player.JTestManager
generate a JScenario with one or more JSequence(s) the JSequences-Quantity will be specified at the TestSeries-tree as TestSequences
generateStandardSeries() - Method in class de.oio.bugkilla.player.JTestManager
Generates a standard JTestSeries.
generateTestSequence(TestSequence) - Method in class de.oio.bugkilla.player.JTestManager
generate a JTestSequence with one or more JTestStep(s) or JUserInteraction(s), the JTestStep- Quantity will be specified at the TestSequences-tree as TestStep
generateTestSeries() - Method in class de.oio.bugkilla.player.JTestManager
generate a JTestSeries with one or more JScenario(s) the JScenarios-Quantity will be specified at the TestSeries-tree as Scenarios
generateTestSeries(Identity, Player) - Method in class de.oio.bugkilla.player.JTestManager
get the identity of the TestSeries-tree and returns the JTestSeries-tree
generateTestSeries(String, String, Player) - Method in class de.oio.bugkilla.player.JTestManager
get the path and the filename of the TestSeries-tree and returns the JTestSeries-tree
generateTestStep(TestStep) - Method in class de.oio.bugkilla.player.JTestManager
generate a JTestStep with one HttpRequest-HttpResponse-pair the Pair will be specified at the TestStep
generateUserInteraction(UserInteraction) - Method in class de.oio.bugkilla.player.JTestManager
generate a JUserInteraction with one or more JTestStep(s) the JTestStep- Quantity will be specified at the Userinteractions-tree as TestStep
getAllScenarios() - Method in interface de.oio.bugkilla.management.TestObjectivesHome
gibt alle Scenarios mit deren Sequencen zurück in den Sequencen sien alle benötigten TestSteps (Testschritte) enthalten
Hier ein kleines Beispiel eines Baumes
scenario
|--sequenz
| |-teststep(a)
| |-teststep(b)
|--sequenz2
  |-teststep(1)
  |-teststep(2)
getAllSequences() - Method in interface de.oio.bugkilla.management.TestObjectivesHome
gibt alle Sequenzen mit deren TestStep (Testschritte) zurück
Hier ein kleines Beispiel eines Baumes
sequenz
|-teststep(a)
|-teststep(b)
getAllSeries() - Method in interface de.oio.bugkilla.management.TestObjectivesHome
gibt alle Series mit deren Scenarios zurück in den Scenarios sind wiederum alle Sequenzen enthalten in den Sequenzen sind alle benötigten TestSteps (Testschritte) enthalten dabei wird eine baumstrucktur abgebildet.
getAttribute(String) - Method in class de.oio.bugkilla.protocol.HttpSession
Returns the Attribute specified by its name (identifier)
getAttribute(String) - Method in class de.oio.bugkilla.protocol.HttpRequest
Returns the value of the named attribute as an Object, or null if no attribute of the given name exists.
getAttribute(String) - Method in class de.oio.bugkilla.splitter.test.ServletRequestDummy
 
getAttributeNames() - Method in class de.oio.bugkilla.protocol.HttpSession
Returns a Enumeration of all names (identifiers) of the Attribute-Hashtable
getAttributeNames() - Method in class de.oio.bugkilla.protocol.HttpRequest
Returns an Enumeration containing the names of the attributes available to this request.
getAttributeNames() - Method in class de.oio.bugkilla.splitter.test.ServletRequestDummy
 
getAttributes() - Method in class de.oio.bugkilla.protocol.HttpSession
Returns the Attributes of the HttpSession
getAttributes() - Method in class de.oio.bugkilla.protocol.HttpRequest
Returns the attributes of this request as Hashtable
getAuthType() - Method in class de.oio.bugkilla.protocol.HttpRequest
Returns the name of the authentication scheme used to protect the servlet.
getAuthType() - Method in class de.oio.bugkilla.splitter.test.ServletRequestDummy
 
getBufferSize() - Method in class de.oio.bugkilla.splitter.test.ServletResponseDummy
 
getCallsIn() - Method in class de.oio.bugkilla.splitter.FilterManager
Returns the callsIn.
getCharacterEncoding() - Method in class de.oio.bugkilla.splitter.test.ServletResponseDummy
 
getCharacterEncoding() - Method in class de.oio.bugkilla.splitter.test.ServletRequestDummy
 
getComment() - Method in class de.oio.bugkilla.protocol.Cookie
Returns the comment describing the purpose of this cookie, or null if the cookie has no comment.
getConnection() - Method in class de.oio.bugkilla.splitter.test.ServerSocketTestHelper
Returns the connection.
getContent() - Method in class de.oio.bugkilla.protocol.HttpResponse
Returns the content of the HttpResponse
getContent() - Method in class de.oio.bugkilla.splitter.SplitterServletOutputStreamImpl
Returns the content that is written into the original response stream as a byte array.
getContent() - Method in class de.oio.bugkilla.splitter.ResponseWrapper
 
getContentAsString() - Method in class de.oio.bugkilla.splitter.SplitterServletOutputStreamImpl
Returns the content that is written into the original response stream as a String.
getContentLength() - Method in class de.oio.bugkilla.splitter.test.ServletRequestDummy
 
getContentType() - Method in class de.oio.bugkilla.protocol.HttpRequest
Returns the MIME type of the body of the request, or null if the type is not known.
getContentType() - Method in class de.oio.bugkilla.splitter.test.ServletRequestDummy
 
getContextPath() - Method in class de.oio.bugkilla.protocol.HttpRequest
Returns the portion of the request URI that indicates the context of the request.
getContextPath() - Method in class de.oio.bugkilla.splitter.test.ServletRequestDummy
 
getCookie(String) - Method in class de.oio.bugkilla.protocol.HttpRequest
Returns a Cookie-object specified by its name
getCookies() - Method in class de.oio.bugkilla.protocol.HttpRequest
Returns a Hashtable containing all of the Cookie objects the client sent with this request.
getCookies() - Method in class de.oio.bugkilla.splitter.test.ServletRequestDummy
 
getCreationTime() - Method in class de.oio.bugkilla.protocol.HttpSession
Returns the creation time the the HttpSession
getDateHeader(String) - Method in class de.oio.bugkilla.splitter.test.ServletRequestDummy
 
getDescription() - Method in class de.oio.bugkilla.protocol.TestSeries
Returns the description.
getDescription() - Method in class de.oio.bugkilla.protocol.TestSequence
Returns the description.
getDescription() - Method in class de.oio.bugkilla.protocol.Scenario
Returns the description.
getDomain() - Method in class de.oio.bugkilla.protocol.Cookie
Returns the domain name set for this cookie.
getElements() - Method in class de.oio.bugkilla.protocol.ComplexTestSpecification
Returns all Elements of the TestSpecification
getEndSignal() - Method in class de.oio.bugkilla.splitter.FilterManager
Returns the endSignal.
getEnvironment() - Method in class de.oio.bugkilla.protocol.UserInteraction
Returns the environment.
getEnvironment() - Method in class de.oio.bugkilla.protocol.TestSequence
Returns the environment.
getError() - Method in class de.oio.bugkilla.splitter.FailureServletOutputStream
Returns the current error message that will be sent to the client if an error occured.
getFailureInstance(ServletRequest, ServletResponse) - Static method in class de.oio.bugkilla.splitter.TestStepWrapper
 
getHandler() - Method in class de.oio.bugkilla.management.PersistenceManager
Returns the handler.
getHeader(String) - Method in class de.oio.bugkilla.splitter.test.ServletRequestDummy
 
getHeaderNames() - Method in class de.oio.bugkilla.splitter.test.ServletRequestDummy
 
getHeaders(String) - Method in class de.oio.bugkilla.splitter.test.ServletRequestDummy
 
getHttpRequest() - Method in class de.oio.bugkilla.player.JTestStep
get the specified HttpRequest
getHttpRequest() - Method in class de.oio.bugkilla.splitter.RequestWrapper
 
getHttpRespone() - Method in class de.oio.bugkilla.player.JTestStep
get the specified HttpResponse
getHttpResponse() - Method in class de.oio.bugkilla.splitter.ResponseWrapper
 
getId() - Method in class de.oio.bugkilla.protocol.HttpSession
Returns the Identity of the HttpSession
getID() - Method in class de.oio.bugkilla.protocol.TestSpecification
Returns the ID.
getIn() - Method in class de.oio.bugkilla.protocol.CommandInterpreter
Returns the BufferedReader wrapping the given InputStream.
getInputStream() - Method in class de.oio.bugkilla.splitter.test.ServletRequestDummy
 
getInstance() - Static method in class de.oio.bugkilla.management.PersistenceManager
get a fresh initialized PersistanceManager
getInstance(PersistenceManager) - Static method in class de.oio.bugkilla.management.IdentityGenerator
Method getInstance returns an IdentityGenerator object with the choosen PersistenceManager.
getInstance(ServletRequest, ServletResponse) - Static method in class de.oio.bugkilla.splitter.TestStepWrapper
 
getIntHeader(String) - Method in class de.oio.bugkilla.splitter.test.ServletRequestDummy
 
getLastAccessedTime() - Method in class de.oio.bugkilla.protocol.HttpSession
Returns the last accessed time of the HttpSession
getLocale() - Method in class de.oio.bugkilla.splitter.test.ServletResponseDummy
 
getLocale() - Method in class de.oio.bugkilla.splitter.test.ServletRequestDummy
 
getLocales() - Method in class de.oio.bugkilla.splitter.test.ServletRequestDummy
 
getMaxAge() - Method in class de.oio.bugkilla.protocol.Cookie
Returns the maximum age of the cookie, specified in seconds, By default, -1 indicating the cookie will persist until browser shutdown.
getMaxInactiveInterval() - Method in class de.oio.bugkilla.protocol.HttpSession
Returns the maximum inacitve interval of the HttpSession
getMethod() - Method in class de.oio.bugkilla.protocol.HttpRequest
Returns the name of the HTTP method with which this request was made, for example, GET, POST, or PUT.
getMethod() - Method in class de.oio.bugkilla.splitter.test.ServletRequestDummy
 
getMyName() - Method in class de.oio.bugkilla.player.WebTestCase
returns the name of the TestStep for the JUnit-Test-Hierachy-Tree
getMyPlayer() - Method in class de.oio.bugkilla.player.WebTestSuite
Returns the Player.
getMyPlayer() - Method in class de.oio.bugkilla.player.WebTestCase
Returns the Player.
getMyPlayer() - Method in interface de.oio.bugkilla.player.PlayerUser
Returns the myPlayer.
getName() - Method in class de.oio.bugkilla.protocol.Identity
Returns the name.
getName() - Method in class de.oio.bugkilla.protocol.HttpRequest
Returns the Identificationname of the HttpRequest
getName() - Method in class de.oio.bugkilla.protocol.Cookie
Returns the name of the Cookie
getOutput() - Method in class de.oio.bugkilla.splitter.test.ResponseWrapperTestHelper
Returns the output.
getOutputStream() - Method in class de.oio.bugkilla.splitter.ResponseWrapper
 
getOutputStream() - Method in class de.oio.bugkilla.splitter.test.ServletResponseDummy
 
getOutputStream() - Method in class de.oio.bugkilla.splitter.test.ResponseWrapperTestHelper
 
getParameter(String) - Method in class de.oio.bugkilla.protocol.HttpRequest
Returns the value of a request parameter as a Object (String or String[]), or null if the parameter does not exist.
getParameter(String) - Method in class de.oio.bugkilla.splitter.test.ServletRequestDummy
 
getParameterMap() - Method in class de.oio.bugkilla.splitter.test.ServletRequestDummy
 
getParameterNames() - Method in class de.oio.bugkilla.protocol.HttpRequest
Returns an Enumeration of String objects containing the names of the parameters contained in this request.
getParameterNames() - Method in class de.oio.bugkilla.splitter.test.ServletRequestDummy
 
getParameters() - Method in class de.oio.bugkilla.protocol.HttpRequest
Returns the parameters of this request as Hashtable
getParameterValues(String) - Method in class de.oio.bugkilla.splitter.test.ServletRequestDummy
 
getPath() - Method in class de.oio.bugkilla.protocol.Identity
Returns the path.
getPath() - Method in class de.oio.bugkilla.protocol.Cookie
Returns the path on the server to which the browser returns this cookie.
getPathInfo() - Method in class de.oio.bugkilla.protocol.HttpRequest
Returns any extra path information associated with the URL the client sent when it made this request.
getPathInfo() - Method in class de.oio.bugkilla.splitter.test.ServletRequestDummy
 
getPathTranslated() - Method in class de.oio.bugkilla.splitter.test.ServletRequestDummy
 
getProtocol() - Method in class de.oio.bugkilla.protocol.HttpRequest
Returns the name and version of the protocol the request uses in the form protocol/majorVersion.minorVersion, for example, HTTP/1.1.
getProtocol() - Method in class de.oio.bugkilla.splitter.test.ServletRequestDummy
 
getQualifiedName() - Method in class de.oio.bugkilla.protocol.UserInteraction
Returns the qualifiedName.
getQualifiedName() - Method in class de.oio.bugkilla.protocol.TestSeries
Returns the qualifiedName.
getQualifiedName() - Method in class de.oio.bugkilla.protocol.TestSequence
Returns the qualifiedName.
getQualifiedName() - Method in class de.oio.bugkilla.protocol.Scenario
Returns the qualifiedName.
getQueryString() - Method in class de.oio.bugkilla.protocol.HttpRequest
Returns the query string that is contained in the request URL after the path.
getQueryString() - Method in class de.oio.bugkilla.splitter.test.ServletRequestDummy
 
getReader() - Method in class de.oio.bugkilla.splitter.test.ServletRequestDummy
 
getRealPath(String) - Method in class de.oio.bugkilla.splitter.test.ServletRequestDummy
Deprecated.  
getRecorderManager() - Static method in class de.oio.bugkilla.recorder.RecorderManager
Method getRecorderManager returns the singleton RecorderManager instance.
getRecorderResponse() - Method in class de.oio.bugkilla.comparator.ResponseComparator
Returns the recorderResponse.
getRecordingDate() - Method in class de.oio.bugkilla.protocol.Environment
Returns the recording date
getRemoteAddr() - Method in class de.oio.bugkilla.protocol.HttpRequest
Returns the Internet Protocol (IP) address of the client that sent the request.
getRemoteAddr() - Method in class de.oio.bugkilla.splitter.test.ServletRequestDummy
 
getRemoteHost() - Method in class de.oio.bugkilla.protocol.HttpRequest
Returns the fully qualified name of the client that sent the request.
getRemoteHost() - Method in class de.oio.bugkilla.splitter.test.ServletRequestDummy
 
getRemoteUser() - Method in class de.oio.bugkilla.protocol.HttpRequest
Returns the login of the user making this request, if the user has been authenticated, or null if the user has not been authenticated.
getRemoteUser() - Method in class de.oio.bugkilla.splitter.test.ServletRequestDummy
 
getRequestBean() - Method in class de.oio.bugkilla.protocol.TestStep
Returns the requestBean.
getRequestDispatcher(String) - Method in class de.oio.bugkilla.splitter.test.ServletRequestDummy
 
getRequestedSessionId() - Method in class de.oio.bugkilla.protocol.HttpRequest
Returns the session ID specified by the client.
getRequestedSessionId() - Method in class de.oio.bugkilla.splitter.test.ServletRequestDummy
 
getRequestURI() - Method in class de.oio.bugkilla.protocol.HttpRequest
Returns the part of this request's URL from the protocol name up to the query string in the first line of the HTTP request.
getRequestURI() - Method in class de.oio.bugkilla.splitter.test.ServletRequestDummy
 
getRequestURL() - Method in class de.oio.bugkilla.protocol.HttpRequest
The returned URL contains a protocol, server name, port number, and server path, but it does not include query string parameters.
getRequestURL() - Method in class de.oio.bugkilla.splitter.test.ServletRequestDummy
 
getResponse() - Method in class de.oio.bugkilla.splitter.ResponseWrapper
 
getResponseBean() - Method in class de.oio.bugkilla.protocol.TestStep
Returns the responseBean.
getRunnableTestSequences() - Method in class de.oio.bugkilla.management.PersistenceManager
extract the TestSeries that should be runned
getScenarioName() - Static method in class de.oio.bugkilla.management.TestSpecFileHandler
Returns the scenarioName.
getScenarioPath() - Method in class de.oio.bugkilla.management.PersistenceManager
Methode zu zurückgeben des Scenario-Pfades.
getScheme() - Method in class de.oio.bugkilla.protocol.HttpRequest
Returns the name of the scheme used to make this request, for example, http, https, or ftp.
getScheme() - Method in class de.oio.bugkilla.splitter.test.ServletRequestDummy
 
getSecure() - Method in class de.oio.bugkilla.protocol.Cookie
Returns true if the browser is sending cookies only over a secure protocol, or false if the browser can send cookies using any protocol.
getSequenceName() - Static method in class de.oio.bugkilla.management.TestSpecFileHandler
Returns the sequenceName.
getSequencePath() - Method in class de.oio.bugkilla.management.PersistenceManager
Methode zu zurückgeben des TestSequence-Hauptpfades.
getSerializedStep() - Method in class de.oio.bugkilla.splitter.TestStepWrapper
Abrufen der vorhandenen Beans, beide werden gemeinsam in einem neuen Step in Form einer TestStep gespeichert.
getSeriesName() - Static method in class de.oio.bugkilla.management.TestSpecFileHandler
Returns the seriesName.
getSeriesPath() - Method in class de.oio.bugkilla.management.PersistenceManager
Methode zu zurückgeben des TestSeries-Pfades.
getServer() - Method in class de.oio.bugkilla.protocol.Environment
Returns the recorded server
getServerName() - Method in class de.oio.bugkilla.protocol.HttpRequest
Returns the host name of the server that received the request.
getServerName() - Method in class de.oio.bugkilla.splitter.test.ServletRequestDummy
 
getServerPort() - Method in class de.oio.bugkilla.protocol.HttpRequest
Returns the port number on which this request was received.
getServerPort() - Method in class de.oio.bugkilla.splitter.test.ServletRequestDummy
 
getServerResponse() - Method in class de.oio.bugkilla.comparator.ResponseComparator
Returns the serverResponse.
getServerSocket() - Method in class de.oio.bugkilla.splitter.test.ServerSocketTestHelper
Returns the serverSocket.
getServletPath() - Method in class de.oio.bugkilla.protocol.HttpRequest
Returns the part of this request's URL that calls the servlet.
getServletPath() - Method in class de.oio.bugkilla.splitter.test.ServletRequestDummy
 
getSession() - Method in class de.oio.bugkilla.protocol.HttpRequest
Returns the session associated with this request
getSession() - Method in class de.oio.bugkilla.splitter.test.ServletRequestDummy
 
getSession(boolean) - Method in class de.oio.bugkilla.splitter.test.ServletRequestDummy
 
getStandardRootPath() - Static method in class de.oio.bugkilla.management.PersistenceManager
Returns the rESOURCEPATH.
getStandardRunnerPath() - Method in class de.oio.bugkilla.management.PersistenceManager
Returns the standardRunnerPath.
getStepName() - Static method in class de.oio.bugkilla.management.TestSpecFileHandler
Returns the stepName.
getStop() - Method in class de.oio.bugkilla.protocol.test.CommandableTestHelper
 
getTitle() - Method in class de.oio.bugkilla.protocol.HttpResponse
Returns the title of the HttpResponse
getUiName() - Static method in class de.oio.bugkilla.management.TestSpecFileHandler
Returns the uiName for a user-interaction.
getUserPrincipal() - Method in class de.oio.bugkilla.splitter.test.ServletRequestDummy
 
getValue() - Method in class de.oio.bugkilla.protocol.Cookie
Returns the value of the cookie
getVersion() - Method in class de.oio.bugkilla.protocol.Cookie
Returns the version of the protocol this cookie complies with.
getWriter() - Method in class de.oio.bugkilla.recorder.StandAloneRecorderServer
Returns the writer.
getWriter() - Method in class de.oio.bugkilla.recorder.RecorderManager
Returns the writer.
getWriter() - Method in class de.oio.bugkilla.splitter.ResponseWrapper
 
getWriter() - Method in class de.oio.bugkilla.splitter.test.ServletResponseDummy
 
getWriter() - Method in class de.oio.bugkilla.splitter.test.ResponseWrapperTestHelper
 

H

handleIncomingCall(ServletRequest, ServletResponse, FilterChain) - Method in class de.oio.bugkilla.splitter.UserInteractionServing
 
handleIncomingCall(ServletRequest, ServletResponse, FilterChain) - Method in class de.oio.bugkilla.splitter.UserInteractionGiven
 
handleIncomingCall(ServletRequest, ServletResponse, FilterChain) - Method in class de.oio.bugkilla.splitter.FilterState
 
handleIncomingCall(ServletRequest, ServletResponse, FilterChain) - Method in class de.oio.bugkilla.splitter.Connected
 
handleIncomingCall(ServletRequest, ServletResponse, FilterChain) - Method in interface de.oio.bugkilla.splitter.CallHandler
 
hashCode() - Method in class de.oio.bugkilla.protocol.Identity
 
hasNext() - Method in class de.oio.bugkilla.protocol.ComplexTestSpecification
Returns true if the iteration has more elements.
HttpRequest - class de.oio.bugkilla.protocol.HttpRequest.
Represent one HttpRequest-Object
HttpRequest() - Constructor for class de.oio.bugkilla.protocol.HttpRequest
Construct a new HttpRequest
HttpRequest(String) - Constructor for class de.oio.bugkilla.protocol.HttpRequest
Construct a new HttpRequest with a specified name
HttpResponse - class de.oio.bugkilla.protocol.HttpResponse.
Represent one HttpResponse-Object
HttpResponse() - Constructor for class de.oio.bugkilla.protocol.HttpResponse
Construct a new HttpResponse
HttpResponse(String) - Constructor for class de.oio.bugkilla.protocol.HttpResponse
Construct a new HttpResponse with a specified title
HttpSession - class de.oio.bugkilla.protocol.HttpSession.
Represent one Session-Object
HttpSession() - Constructor for class de.oio.bugkilla.protocol.HttpSession
Construct a new HttpSession
HttpSession(String) - Constructor for class de.oio.bugkilla.protocol.HttpSession
Construct a new HttpSession with a specified Identity-String

I

Identity - class de.oio.bugkilla.protocol.Identity.
Unique Key for all instances of the test series hierarchy.
Identity() - Constructor for class de.oio.bugkilla.protocol.Identity
Default constructor
IdentityGenerator - class de.oio.bugkilla.management.IdentityGenerator.
 
IdentityGenerator(PersistenceManager) - Constructor for class de.oio.bugkilla.management.IdentityGenerator
Constructor for IdentityGenerator.
IllegalStructureException - exception de.oio.bugkilla.player.IllegalStructureException.
A IllegalStructureException is thrown if a TestSeries element will be added in wrong order.
IllegalStructureException() - Constructor for class de.oio.bugkilla.player.IllegalStructureException
Constructs a new IllegalStructureException with null as its detail message.
IllegalStructureException(String) - Constructor for class de.oio.bugkilla.player.IllegalStructureException
Constructs a new IllegalStructureException with the specified detail message.
IllegalStructureException(String, Throwable) - Constructor for class de.oio.bugkilla.player.IllegalStructureException
Constructs a new IllegalStructureException with the specified detail message and cause.
IllegalStructureException(Throwable) - Constructor for class de.oio.bugkilla.player.IllegalStructureException
Constructs a new IllegalStructureException with the specified cause and a detail message of (cause==null ?
init(FilterConfig) - Method in class de.oio.bugkilla.splitter.WebRecordFilter
 
isCommitted() - Method in class de.oio.bugkilla.splitter.test.ServletResponseDummy
 
isConnected() - Method in class de.oio.bugkilla.splitter.FilterManager
 
isEmpty() - Method in class de.oio.bugkilla.protocol.ComplexTestSpecification
Returns true if this specification contains no TestSpecification elements.
isFailure() - Method in class de.oio.bugkilla.splitter.ResponseWrapper
Returns the failure.
isLast() - Method in class de.oio.bugkilla.protocol.TestStep
Returns the last.
isOn() - Method in class de.oio.bugkilla.protocol.CommandInterpreter
Returns true while calling off.
isReceiving() - Method in class de.oio.bugkilla.recorder.TestDataReceiver
Returns the receiving.
isRedirected() - Method in class de.oio.bugkilla.splitter.ResponseWrapper
 
isRequestedSessionIdFromCookie() - Method in class de.oio.bugkilla.splitter.test.ServletRequestDummy
 
isRequestedSessionIdFromUrl() - Method in class de.oio.bugkilla.splitter.test.ServletRequestDummy
Deprecated.  
isRequestedSessionIdFromURL() - Method in class de.oio.bugkilla.splitter.test.ServletRequestDummy
 
isRequestedSessionIdValid() - Method in class de.oio.bugkilla.splitter.test.ServletRequestDummy
 
isRun() - Method in class de.oio.bugkilla.splitter.test.ServerSocketTestHelper
 
isSecure() - Method in class de.oio.bugkilla.protocol.HttpRequest
Returns a boolean indicating whether this request was made using a secure channel, such as HTTPS.
isSecure() - Method in class de.oio.bugkilla.splitter.test.ServletRequestDummy
 
isStopped() - Method in class de.oio.bugkilla.recorder.TestDataReceiver
Returns the stopped-boolean.
isUserInRole(String) - Method in class de.oio.bugkilla.splitter.test.ServletRequestDummy
 

J

JScenario - class de.oio.bugkilla.player.JScenario.
one JScenario with one or more JTestSequences.
JScenario() - Constructor for class de.oio.bugkilla.player.JScenario
 
JTestManager - class de.oio.bugkilla.player.JTestManager.
The JTestManager uses the PersistenceManager to receive a tree of TestSeries.
JTestManager() - Constructor for class de.oio.bugkilla.player.JTestManager
 
JTestSequence - class de.oio.bugkilla.player.JTestSequence.
one JTestSequence with one or more JTestSteps.
JTestSequence() - Constructor for class de.oio.bugkilla.player.JTestSequence
 
JTestSeries - class de.oio.bugkilla.player.JTestSeries.
one JTestSeries with one or more JScenario.
JTestSeries() - Constructor for class de.oio.bugkilla.player.JTestSeries
 
JTestStep - class de.oio.bugkilla.player.JTestStep.
use the Player via PlayerUser to get a ResponseBean for the specified Request and check if response-page has the same title like the stored response-page
NOTE: If the JTestStep fail:
the Player(s) stopScenario()-method will be invoked!
JTestStep(String) - Constructor for class de.oio.bugkilla.player.JTestStep
set the name of the WebTestCase (testCase)
JUserInteraction - class de.oio.bugkilla.player.JUserInteraction.
 
JUserInteraction() - Constructor for class de.oio.bugkilla.player.JUserInteraction
 

L

LastUserInteraction - class de.oio.bugkilla.splitter.LastUserInteraction.
 
LastUserInteraction(FilterManager) - Constructor for class de.oio.bugkilla.splitter.LastUserInteraction
Constructor for LastUserInteraction.

M

main(String[]) - Static method in class de.oio.bugkilla.comparator.test.ComparatorTestSuite
Method main.
main(String[]) - Static method in class de.oio.bugkilla.management.test.ManagementTestSuite
Method main.
main(String[]) - Static method in class de.oio.bugkilla.player.StartJTestManager
Method main.
main(String[]) - Static method in class de.oio.bugkilla.player.test.TestWebTestCase
Method main.
main(String[]) - Static method in class de.oio.bugkilla.player.test.PlayerTestSuite
Method main.
main(String[]) - Static method in class de.oio.bugkilla.protocol.test.TestComplexSpecification
 
main(String[]) - Static method in class de.oio.bugkilla.recorder.StandAloneRecorderServer
Starts the StandAloneRecorderServer and waits by using the CommandInterpreter for user-commands (eclipse-bugkilla-plugin-socket- commands)
main(String[]) - Static method in class de.oio.bugkilla.recorder.SimpleRecorderServer
startet den SimlpeRecorder und wartet über den CommandInterpreter auf befehle des users
main(String[]) - Static method in class de.oio.bugkilla.recorder.test.RecorderTestSuite
 
main(String[]) - Static method in class de.oio.bugkilla.splitter.test.SplitterTestSuite
 
ManagementTestSuite - class de.oio.bugkilla.management.test.ManagementTestSuite.
 
ManagementTestSuite() - Constructor for class de.oio.bugkilla.management.test.ManagementTestSuite
 
manager - Variable in class de.oio.bugkilla.recorder.RecorderState
 
manager - Variable in class de.oio.bugkilla.splitter.FilterState
 
markfirstcall(ServletRequest, ServletResponse, FilterChain) - Method in class de.oio.bugkilla.splitter.WebRecordFilter
 
memorizeStep() - Method in class de.oio.bugkilla.splitter.TestStepWrapper
store the actual Conversation in Pair of Request/Response return the special Response with the ability to record further manipulations by the following in the chain of responsibility

N

next() - Method in class de.oio.bugkilla.protocol.UserInteraction
Returns the next TestStep element in the iteration.
next() - Method in class de.oio.bugkilla.protocol.TestSeries
Returns the next Scenario element in the iteration.
next() - Method in class de.oio.bugkilla.protocol.TestSequence
Returns the next UserInteraction or TestStep element in the iteration.
next() - Method in class de.oio.bugkilla.protocol.Scenario
Returns the next TestSequence element in the iteration.
nextTestStep() - Method in class de.oio.bugkilla.protocol.TestSequence
Returns the next TestStep element in the iteration.
NextUserInteraction - class de.oio.bugkilla.splitter.NextUserInteraction.
 
NextUserInteraction(FilterManager) - Constructor for class de.oio.bugkilla.splitter.NextUserInteraction
Constructor NextUserInteraction.
noStepManagerInit() - Method in class de.oio.bugkilla.splitter.test.TestFilterManager
 
NotConnected - class de.oio.bugkilla.recorder.NotConnected.
 
NotConnected - class de.oio.bugkilla.splitter.NotConnected.
 
NotConnected(FilterManager) - Constructor for class de.oio.bugkilla.splitter.NotConnected
Constructor for NotConnected.
NotConnected(RecorderManager) - Constructor for class de.oio.bugkilla.recorder.NotConnected
 
NoUserInteraction - class de.oio.bugkilla.recorder.NoUserInteraction.
 
NoUserInteraction - class de.oio.bugkilla.splitter.NoUserInteraction.
 
NoUserInteraction(FilterManager) - Constructor for class de.oio.bugkilla.splitter.NoUserInteraction
 
NoUserInteraction(RecorderManager) - Constructor for class de.oio.bugkilla.recorder.NoUserInteraction
Constructor NoUserInteraction.

P

PersistenceManager - class de.oio.bugkilla.management.PersistenceManager.
Ein PersistenceManager ist nur für das Storage und ReStorage von Objekten (...)
Player - class de.oio.bugkilla.player.Player.
Player resolve the request for the TestStepBean and gets the proxy-configuration from PlayerConfig.
Player() - Constructor for class de.oio.bugkilla.player.Player
 
PlayerTestSuite - class de.oio.bugkilla.player.test.PlayerTestSuite.
 
PlayerTestSuite() - Constructor for class de.oio.bugkilla.player.test.PlayerTestSuite
 
PlayerUser - interface de.oio.bugkilla.player.PlayerUser.
PlayerUser is used for WebTestCase and WebTestSuite
printCommand(String, String) - Static method in class de.oio.bugkilla.protocol.TraceOutputter
 
println(String) - Static method in class de.oio.bugkilla.protocol.TraceOutputter
 
println(String, String, String) - Static method in class de.oio.bugkilla.protocol.TraceOutputter
 
println(String, String, String, String) - Static method in class de.oio.bugkilla.protocol.TraceOutputter
 
println(String, String, String, String, boolean) - Static method in class de.oio.bugkilla.protocol.TraceOutputter
 
println(String, String, String, String, String) - Static method in class de.oio.bugkilla.protocol.TraceOutputter
 
printVerifyedCommand(String) - Method in class de.oio.bugkilla.protocol.CommandInterpreter
Prints the verifyed command out
processTestStepState(ServletRequest, ServletResponse, FilterChain) - Method in class de.oio.bugkilla.splitter.FilterManager
Method processTestStepState.
ProtocolTestSuite - class de.oio.bugkilla.protocol.test.ProtocolTestSuite.
 
ProtocolTestSuite() - Constructor for class de.oio.bugkilla.protocol.test.ProtocolTestSuite
Constructor for ProtocollTestSuite.
ProtocolTestSuite(Class) - Constructor for class de.oio.bugkilla.protocol.test.ProtocolTestSuite
Constructor for ProtocollTestSuite.
ProtocolTestSuite(String) - Constructor for class de.oio.bugkilla.protocol.test.ProtocolTestSuite
Constructor for ProtocollTestSuite.

R

Recorder - interface de.oio.bugkilla.recorder.Recorder.
An interface representing the features of a Commandable and a SequenceRecorder.
RecorderManager - class de.oio.bugkilla.recorder.RecorderManager.
 
RecorderManagerTest - class de.oio.bugkilla.recorder.test.RecorderManagerTest.
 
RecorderManagerTest(String) - Constructor for class de.oio.bugkilla.recorder.test.RecorderManagerTest
Constructor for RecorderManagerTest.
RecorderState - class de.oio.bugkilla.recorder.RecorderState.
 
RecorderState() - Constructor for class de.oio.bugkilla.recorder.RecorderState
 
RecorderTestSuite - class de.oio.bugkilla.recorder.test.RecorderTestSuite.
 
RecorderTestSuite() - Constructor for class de.oio.bugkilla.recorder.test.RecorderTestSuite
 
recording - Variable in class de.oio.bugkilla.protocol.test.CommandableTestHelper
 
recordSequence(TestSequence) - Method in class de.oio.bugkilla.recorder.StandAloneRecorderServer
 
recordSequence(TestSequence) - Method in interface de.oio.bugkilla.recorder.SequenceRecorder
Stores the given sequence.
recordSequence(TestSequence) - Method in class de.oio.bugkilla.recorder.RecorderManager
 
recordSequence(TestSequence) - Method in class de.oio.bugkilla.recorder.test.SequenceRecorderTestHelper
 
registerConversation() - Method in class de.oio.bugkilla.splitter.FilterManager
Method registerConversation.
remove(Scenario) - Method in class de.oio.bugkilla.protocol.TestSeries
Removes the first occurrence of the specified Scenario element in this series.
remove(TestSequence) - Method in class de.oio.bugkilla.protocol.Scenario
Removes the first occurrence of the specified TestStep element in this sequence.
remove(TestStep) - Method in class de.oio.bugkilla.protocol.UserInteraction
Removes the first occurrence of the specified TestStep element in this user-interaction.
remove(TestStep) - Method in class de.oio.bugkilla.protocol.TestSequence
Removes the first occurrence of the specified TestStep element in this sequence.
remove(UserInteraction) - Method in class de.oio.bugkilla.protocol.TestSequence
Removes the first occurrence of the specified UserInteraction element in this sequence.
removeAttribute(String) - Method in class de.oio.bugkilla.splitter.test.ServletRequestDummy
 
RequestWrapper - class de.oio.bugkilla.splitter.RequestWrapper.
Provides different methods to get information about the data content
of a javax.servlet.ServletRequest object.
RequestWrapper(HttpServletRequest) - Constructor for class de.oio.bugkilla.splitter.RequestWrapper
Instanciates a new RequestWrapper object and creates a new HttpRequest object containing all request information
reset() - Method in class de.oio.bugkilla.splitter.test.ServletResponseDummy
 
resetBuffer() - Method in class de.oio.bugkilla.splitter.test.ServletResponseDummy
 
ResponseComparator - class de.oio.bugkilla.comparator.ResponseComparator.
 
ResponseComparator() - Constructor for class de.oio.bugkilla.comparator.ResponseComparator
 
ResponseTitleComparator - class de.oio.bugkilla.comparator.ResponseTitleComparator.
 
ResponseTitleComparator() - Constructor for class de.oio.bugkilla.comparator.ResponseTitleComparator
 
ResponseWrapper - class de.oio.bugkilla.splitter.ResponseWrapper.
 
ResponseWrapper(HttpServletResponse) - Constructor for class de.oio.bugkilla.splitter.ResponseWrapper
 
ResponseWrapper(HttpServletResponse, boolean) - Constructor for class de.oio.bugkilla.splitter.ResponseWrapper
 
ResponseWrapperTestHelper - class de.oio.bugkilla.splitter.test.ResponseWrapperTestHelper.
 
ResponseWrapperTestHelper(HttpServletResponse) - Constructor for class de.oio.bugkilla.splitter.test.ResponseWrapperTestHelper
Constructor for ResponseWrapperTestHelper.
restoreScenario(Identity) - Method in class de.oio.bugkilla.management.PersistenceManager
Methode zum wiederherstellen eines Scenarios.
restoreTestSequence(Identity) - Method in class de.oio.bugkilla.management.PersistenceManager
Methode zum wiederherstellen einer TestSequence.
restoreTestSeries(Identity) - Method in class de.oio.bugkilla.management.PersistenceManager
Methode zum wiederherstellen einer TestSerie.
restoreTestStep(Identity, Identity) - Method in class de.oio.bugkilla.management.PersistenceManager
Methode zum wiederherstellen eines TestSteps.
restoreUserInteraction(Identity, Identity) - Method in class de.oio.bugkilla.management.PersistenceManager
Method restoreUserInteraction creates a new UserInteraction with it's depending TestSteps.
run() - Method in class de.oio.bugkilla.protocol.CommandInterpreter
Calls Commandable methods respectively of the send command.
run() - Method in class de.oio.bugkilla.recorder.TestDataReceiver
startet den TestDataReceiver-Thread.
run() - Method in class de.oio.bugkilla.splitter.test.ServerSocketTestHelper
 
run(TestResult) - Method in class de.oio.bugkilla.player.WebTestSuite
Runs the tests and collects their result in a TestResult.
run(TestResult) - Method in class de.oio.bugkilla.player.JUserInteraction
Runs the tests and collects their result in a TestResult.
run(TestResult) - Method in class de.oio.bugkilla.player.JTestSeries
start the TestSeries with one or more Scenario use the Player for reseting Scenario-Stop-boolean
run(TestResult) - Method in class de.oio.bugkilla.player.JTestSequence
Runs the tests and collects their result in a TestResult.
run(TestResult) - Method in class de.oio.bugkilla.player.JScenario
start the JScenario with one or more JTestSequences use the Player for reseting the WebConversation extends the WebTestSuite for running the containing TestSuites (JTestSequence)

S

Scenario - class de.oio.bugkilla.protocol.Scenario.
Represent one Scenario (child of TestSeries) with one or more TestSequence(s)
Scenario() - Constructor for class de.oio.bugkilla.protocol.Scenario
Default construtor
send(HttpRequest) - Method in class de.oio.bugkilla.player.Player
build new httpunit-request use the Webconversation to get an new response (build a HttpResponse out of it)
sendCurrentStep() - Method in class de.oio.bugkilla.splitter.FilterManager
the currentStep Object is send to the client
sendCurrentUserInteraction() - Method in class de.oio.bugkilla.splitter.FilterManager
Method sendCurrentUserInteraction send the current UserInteraction to the recorder-client.
sendError(int) - Method in class de.oio.bugkilla.splitter.test.ServletResponseDummy
 
sendError(int, String) - Method in class de.oio.bugkilla.splitter.test.ServletResponseDummy
 
sendRedirect(String) - Method in class de.oio.bugkilla.splitter.test.ServletResponseDummy
 
sendSignalSequenceEnd() - Method in class de.oio.bugkilla.splitter.FilterManager
Method sendSignalSequenceEnd.
SequenceRecorder - interface de.oio.bugkilla.recorder.SequenceRecorder.
The SequenceRecorder interface should be implemented by each class whose instances are intended to memorize a TestSequence.
SequenceRecorderTestHelper - class de.oio.bugkilla.recorder.test.SequenceRecorderTestHelper.
 
SequenceRecorderTestHelper() - Constructor for class de.oio.bugkilla.recorder.test.SequenceRecorderTestHelper
Constructor for SequenceRecorderTestHelper.
ServerSocketTestHelper - class de.oio.bugkilla.splitter.test.ServerSocketTestHelper.
 
ServerSocketTestHelper() - Constructor for class de.oio.bugkilla.splitter.test.ServerSocketTestHelper
 
ServletOutputStreamTestHelper - class de.oio.bugkilla.splitter.test.ServletOutputStreamTestHelper.
 
ServletOutputStreamTestHelper(OutputStream) - Constructor for class de.oio.bugkilla.splitter.test.ServletOutputStreamTestHelper
Constructor for ServletOutputStreamTestHelper.
ServletRequestDummy - class de.oio.bugkilla.splitter.test.ServletRequestDummy.
************************************** Represents a mock object for testing * **************************************
ServletRequestDummy() - Constructor for class de.oio.bugkilla.splitter.test.ServletRequestDummy
 
ServletResponseDummy - class de.oio.bugkilla.splitter.test.ServletResponseDummy.
************************************** Represents a mock object for testing * **************************************
ServletResponseDummy() - Constructor for class de.oio.bugkilla.splitter.test.ServletResponseDummy
 
setAttribute(String, Object) - Method in class de.oio.bugkilla.protocol.HttpSession
Sets one Attribute to the Attribute-Hashtable of the HttpSession
setAttribute(String, Object) - Method in class de.oio.bugkilla.protocol.HttpRequest
Sets an attribute of this request.
setAttribute(String, Object) - Method in class de.oio.bugkilla.splitter.test.ServletRequestDummy
 
setAttributes(Hashtable) - Method in class de.oio.bugkilla.protocol.HttpSession
Sets the Attributes of the HttpSession
setAttributes(Hashtable) - Method in class de.oio.bugkilla.protocol.HttpRequest
Sets the attributes of this request as Hashtable.
setAuthType(String) - Method in class de.oio.bugkilla.protocol.HttpRequest
Sets the name of the authentication scheme used to protect the servlet.
setBufferSize(int) - Method in class de.oio.bugkilla.splitter.test.ServletResponseDummy
 
setCharacterEncoding(String) - Method in class de.oio.bugkilla.splitter.test.ServletRequestDummy
 
setComment(String) - Method in class de.oio.bugkilla.protocol.Cookie
Specifies a comment that describes a cookie's purpose.
setConnection(Socket) - Method in class de.oio.bugkilla.splitter.test.ServerSocketTestHelper
Sets the connection.
setContent(String) - Method in class de.oio.bugkilla.protocol.HttpResponse
Sets the content of the HttpResponse
setContentLength(int) - Method in class de.oio.bugkilla.splitter.test.ServletResponseDummy
 
setContentType(String) - Method in class de.oio.bugkilla.protocol.HttpRequest
Sets the MIME type of the body of the request, or null if the type is not known.
setContentType(String) - Method in class de.oio.bugkilla.splitter.test.ServletResponseDummy
 
setContextPath(String) - Method in class de.oio.bugkilla.protocol.HttpRequest
Sets the portion of the request URI that indicates the context of the request.
setCookie(String, Cookie) - Method in class de.oio.bugkilla.protocol.HttpRequest
Adds a Cookie (identifier of the Cookie ant the Cookie) at the Hashtable
setCookies(Hashtable) - Method in class de.oio.bugkilla.protocol.HttpRequest
Sets a Hashtable containing all of the Cookie objects the client sent with this request.
setCreationTime(long) - Method in class de.oio.bugkilla.protocol.HttpSession
Sets the creation time of the HttpSession
setCurrentStep(TestStepWrapper) - Method in class de.oio.bugkilla.splitter.FilterManager
Sets the currentStep.