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.
setCurrentUi(UserInteraction) - Method in class de.oio.bugkilla.splitter.FilterManager
Sets the currentUi.
setDateHeader(String, long) - Method in class de.oio.bugkilla.splitter.test.ServletResponseDummy
 
setDescription(String) - Method in class de.oio.bugkilla.protocol.TestSeries
Sets the description.
setDescription(String) - Method in class de.oio.bugkilla.protocol.TestSequence
Sets the description.
setDescription(String) - Method in class de.oio.bugkilla.protocol.Scenario
Sets the description.
setDomain(String) - Method in class de.oio.bugkilla.protocol.Cookie
Specifies the domain within which this cookie should be presented.
setEnvironment(Environment) - Method in class de.oio.bugkilla.protocol.UserInteraction
Sets the environment.
setEnvironment(Environment) - Method in class de.oio.bugkilla.protocol.TestSequence
Sets the environment.
setError(String) - Method in class de.oio.bugkilla.splitter.FailureServletOutputStream
Sets the specified error message that will be sent to the client if an error occured.
setFailure(boolean) - Method in class de.oio.bugkilla.splitter.ResponseWrapper
Sets the failure.
setHandler(CallHandler) - Method in class de.oio.bugkilla.splitter.FilterManager
Sets the handler.
setHandler(Commandable) - Method in class de.oio.bugkilla.recorder.RecorderManager
Sets the handler.
setHeader(String, String) - Method in class de.oio.bugkilla.splitter.test.ServletResponseDummy
 
setHttpRequest(HttpRequest) - Method in class de.oio.bugkilla.player.JTestStep
set the specified HttpRequest
setHttpResponse(HttpResponse) - Method in class de.oio.bugkilla.player.JTestStep
set the specified HttpResponse
setID(Identity) - Method in class de.oio.bugkilla.protocol.TestSpecification
Sets the ID.
setId(String) - Method in class de.oio.bugkilla.protocol.HttpSession
Sets the Identity of the HttpSession
setIn(BufferedReader) - Method in class de.oio.bugkilla.protocol.CommandInterpreter
Sets the Reader for wrapping the given InputStream.
setInterpreter(CommandInterpreter) - Method in class de.oio.bugkilla.protocol.test.CommandableTestHelper
 
setIntHeader(String, int) - Method in class de.oio.bugkilla.splitter.test.ServletResponseDummy
 
setLast(boolean) - Method in class de.oio.bugkilla.protocol.TestStep
Sets the last.
setLastAccessedTime(long) - Method in class de.oio.bugkilla.protocol.HttpSession
Sets the last accessed time of the HttpSession
setLocale(Locale) - Method in class de.oio.bugkilla.splitter.test.ServletResponseDummy
 
setMaxAge(int) - Method in class de.oio.bugkilla.protocol.Cookie
Sets the maximum age of the cookie in seconds.
setMaxInactiveInterval(int) - Method in class de.oio.bugkilla.protocol.HttpSession
Sets the maximum inacitve interval of the HttpSession
setMethod(String) - Method in class de.oio.bugkilla.protocol.HttpRequest
Sets the name of the HTTP method with which this request was made, for example, GET, POST, or PUT.
setMyName(String) - Method in class de.oio.bugkilla.player.WebTestCase
set the name of the TestStep for the JUnit-Test-Hierachy-Tree
setMyPlayer(Player) - Method in class de.oio.bugkilla.player.WebTestSuite
Sets the Player.
setMyPlayer(Player) - Method in class de.oio.bugkilla.player.WebTestCase
Sets the Player.
setMyPlayer(Player) - Method in interface de.oio.bugkilla.player.PlayerUser
Sets the myPlayer.
setName(String) - Method in class de.oio.bugkilla.protocol.Identity
Sets the name.
setName(String) - Method in class de.oio.bugkilla.protocol.HttpRequest
Sets the Identificationname of the HttpRequest
setName(String) - Method in class de.oio.bugkilla.protocol.Cookie
Sets the name of the Cookie
setOn(boolean) - Method in class de.oio.bugkilla.protocol.CommandInterpreter
Sets the on.
setOutput(ByteArrayOutputStream) - Method in class de.oio.bugkilla.splitter.test.ResponseWrapperTestHelper
Sets the output.
setParameter(String, Object) - Method in class de.oio.bugkilla.protocol.HttpRequest
Also obj can be a String[] containing more than 1 value for the parameter
setParameters(Hashtable) - Method in class de.oio.bugkilla.protocol.HttpRequest
Sets the parameters of this request as Hashtable.
setPath(String) - Method in class de.oio.bugkilla.protocol.Identity
Sets the path.
setPath(String) - Method in class de.oio.bugkilla.protocol.Cookie
Specifies a path for the cookie to which the client should return the cookie.
setPathInfo(String) - Method in class de.oio.bugkilla.protocol.HttpRequest
Sets any extra path information associated with the URL the client sent when it made this request.
setProtocol(String) - Method in class de.oio.bugkilla.protocol.HttpRequest
Sets the name and version of the protocol the request uses in the form protocol/majorVersion.minorVersion, for example, HTTP/1.1.
setQualifiedName(String) - Method in class de.oio.bugkilla.protocol.UserInteraction
Sets the qualifiedName.
setQualifiedName(String) - Method in class de.oio.bugkilla.protocol.TestSeries
Sets the qualifiedName.
setQualifiedName(String) - Method in class de.oio.bugkilla.protocol.TestSequence
Sets the qualifiedName.
setQualifiedName(String) - Method in class de.oio.bugkilla.protocol.Scenario
Sets the qualifiedName.
setQueryString(String) - Method in class de.oio.bugkilla.protocol.HttpRequest
Sets the query string that is contained in the request URL after the path.
setReceiving(boolean) - Method in class de.oio.bugkilla.recorder.TestDataReceiver
Sets the receiving.
setRecorder(String) - Method in class de.oio.bugkilla.comparator.test.TestResponseTitleComparator
Method setRecorder initialize RecorderResponse.
setRecorderResponse(HttpResponse) - Method in class de.oio.bugkilla.comparator.ResponseComparator
Sets the recorderResponse.
setRecordingDate(Date) - Method in class de.oio.bugkilla.protocol.Environment
Sets the recording date
setRemoteAddr(String) - Method in class de.oio.bugkilla.protocol.HttpRequest
Sets the Internet Protocol (IP) address of the client that sent the request.
setRemoteHost(String) - Method in class de.oio.bugkilla.protocol.HttpRequest
Sets the fully qualified name of the client that sent the request.
setRemoteUser(String) - Method in class de.oio.bugkilla.protocol.HttpRequest
Sets the login of the user making this request, if the user has been authenticated, or null if the user has not been authenticated.
setRequestBean(HttpRequest) - Method in class de.oio.bugkilla.protocol.TestStep
Sets the requestBean.
setRequestedSessionId(String) - Method in class de.oio.bugkilla.protocol.HttpRequest
Sets the session ID specified by the client.
setRequestURI(String) - Method in class de.oio.bugkilla.protocol.HttpRequest
Sets the part of this request's URL from the protocol name up to the query string in the first line of the HTTP request.
setRequestURL(String) - Method in class de.oio.bugkilla.protocol.HttpRequest
Sets the URL contains a protocol, server name, port number, and server path, but it does not include query string parameters.
setResponseBean(HttpResponse) - Method in class de.oio.bugkilla.protocol.TestStep
Sets the responseBean.
setRun(boolean) - Method in class de.oio.bugkilla.splitter.test.ServerSocketTestHelper
 
setScheme(String) - Method in class de.oio.bugkilla.protocol.HttpRequest
Sets the name of the scheme used to make this request, for example, http, https, or ftp.
setSecure(boolean) - Method in class de.oio.bugkilla.protocol.HttpRequest
Sets a boolean indicating whether this request was made using a secure channel, such as HTTPS.
setSecure(boolean) - Method in class de.oio.bugkilla.protocol.Cookie
Indicates to the browser whether the cookie should only be sent using a secure protocol, such as HTTPS or SSL.
setServer(String) - Method in class de.oio.bugkilla.comparator.test.TestResponseTitleComparator
Method setServer initialize ServerResponse.
setServer(String) - Method in class de.oio.bugkilla.protocol.Environment
Sets the recorded server
setServerName(String) - Method in class de.oio.bugkilla.protocol.HttpRequest
Sets the host name of the server that received the request.
setServerPort(int) - Method in class de.oio.bugkilla.protocol.HttpRequest
Sets the port number on which this request was received.
setServerResponse(HttpResponse) - Method in class de.oio.bugkilla.comparator.ResponseComparator
Sets the serverResponse.
setServerSocket(ServerSocket) - Method in class de.oio.bugkilla.splitter.test.ServerSocketTestHelper
Sets the serverSocket.
setServletPath(String) - Method in class de.oio.bugkilla.protocol.HttpRequest
Sets the part of this request's URL that calls the servlet.
setSession(HttpSession) - Method in class de.oio.bugkilla.protocol.HttpRequest
Sets the session associated with this request
setStatus(int) - Method in class de.oio.bugkilla.splitter.test.ServletResponseDummy
 
setStatus(int, String) - Method in class de.oio.bugkilla.splitter.test.ServletResponseDummy
Deprecated.  
setStop(String) - Method in class de.oio.bugkilla.protocol.test.CommandableTestHelper
 
setStopped(boolean) - Method in class de.oio.bugkilla.recorder.TestDataReceiver
Sets the stopped.
setTitle(String) - Method in class de.oio.bugkilla.protocol.HttpResponse
Sets the title of the HttpResponse
setUp() - Method in class de.oio.bugkilla.comparator.test.TestResponseTitleComparator
 
setUp() - Method in class de.oio.bugkilla.management.test.TestPersistenceManager
 
setUp() - Method in class de.oio.bugkilla.player.JTestStep
overwrite setUp at WebTestCase
setUp() - Method in class de.oio.bugkilla.player.test.TestWebTestSuite
 
setUp() - Method in class de.oio.bugkilla.player.test.TestWebTestCase
 
setUp() - Method in class de.oio.bugkilla.player.test.TestPlayer
 
setUp() - Method in class de.oio.bugkilla.protocol.test.TestTestSequence
 
setUp() - Method in class de.oio.bugkilla.protocol.test.TestIdentity
 
setUp() - Method in class de.oio.bugkilla.protocol.test.TestComplexSpecification
 
setUp() - Method in class de.oio.bugkilla.protocol.test.TestCommandVerifier
 
setUp() - Method in class de.oio.bugkilla.protocol.test.TestCommandInterpreter
 
setUp() - Method in class de.oio.bugkilla.recorder.test.TestDataReceiverHelper
 
setUp() - Method in class de.oio.bugkilla.recorder.test.RecorderManagerTest
 
setUp() - Method in class de.oio.bugkilla.splitter.test.TestWebRecordFilter
 
setUp() - Method in class de.oio.bugkilla.splitter.test.TestTestStepWrapper
 
setUp() - Method in class de.oio.bugkilla.splitter.test.TestSplitterServletOutputStreamImpl
 
setUp() - Method in class de.oio.bugkilla.splitter.test.TestFilterManager
 
setUp() - Method in class de.oio.bugkilla.splitter.test.TestFailureServletOutputStream
 
setValue(String) - Method in class de.oio.bugkilla.protocol.Cookie
Assigns a new value to a cookie after the cookie is created.
setVersion(int) - Method in class de.oio.bugkilla.protocol.Cookie
Sets the version of the cookie protocol this cookie complies with.
setWriter(PrintWriter) - Method in class de.oio.bugkilla.recorder.StandAloneRecorderServer
Sets the writer.
setWriter(PrintWriter) - Method in class de.oio.bugkilla.recorder.RecorderManager
Sets the writer.
shouldStopScenario() - Method in class de.oio.bugkilla.player.Player
Returns true if the current JScenario/JTestSequence has to stop
SimpleCommandVerifier - class de.oio.bugkilla.protocol.SimpleCommandVerifier.
 
SimpleCommandVerifier() - Constructor for class de.oio.bugkilla.protocol.SimpleCommandVerifier
 
SimpleRecorderServer - class de.oio.bugkilla.recorder.SimpleRecorderServer.
Opens a socket and waits for TestSteps being sent form a Splitter module.
SimpleRecorderServer() - Constructor for class de.oio.bugkilla.recorder.SimpleRecorderServer
 
size() - Method in class de.oio.bugkilla.protocol.ComplexTestSpecification
Returns the number of TestSpecification elements in this specification.
SplitterServletOutputStreamImpl - class de.oio.bugkilla.splitter.SplitterServletOutputStreamImpl.
A class to write the incomning response data synchronously in a ByteArrayOutputStream.
SplitterServletOutputStreamImpl(HttpServletResponse) - Constructor for class de.oio.bugkilla.splitter.SplitterServletOutputStreamImpl
Constructs a new SplitterServletOutputStreamImpl that splits the response data into a seperate buffer.
SplitterTestSuite - class de.oio.bugkilla.splitter.test.SplitterTestSuite.
 
SplitterTestSuite() - Constructor for class de.oio.bugkilla.splitter.test.SplitterTestSuite
Constructor for SplitterTestSuite.
SplitterTestSuite(Class) - Constructor for class de.oio.bugkilla.splitter.test.SplitterTestSuite
Constructor for SplitterTestSuite.
SplitterTestSuite(String) - Constructor for class de.oio.bugkilla.splitter.test.SplitterTestSuite
Constructor for SplitterTestSuite.
StandAloneRecorderServer - class de.oio.bugkilla.recorder.StandAloneRecorderServer.
1. open a ServerSocket(port 5454) to receive the command from the eclpise-bugkilla-plugin
2. open a ServerSocket(port 5555) to communicate with the splitter.
START_RECORDING - Static variable in class de.oio.bugkilla.protocol.CommandLanguage
Command 'start' to recording a new TestSequence
START_TEST_STEP - Static variable in class de.oio.bugkilla.protocol.CommandLanguage
Deprecated. since release 0-0-3. Please use instead the command userInteraction ("ui").
START_USER_INTERACTION - Static variable in class de.oio.bugkilla.protocol.CommandLanguage
Command 'ui' to recording a new UserInteraction
StartJTestManager - class de.oio.bugkilla.player.StartJTestManager.
Ist nur fü:r den internen gebrauch gedacht
die dient zum starten des players von commandozeile
bis zum AdminGUI
Baustelle:
Um eine TestSerie starten zu können muss man derzeit in der Klasse StartJTestManager (de.oio.bugkilla.player) den XML-Serien-Pfad/Name und das XML-Player-Config-File reincoden
Achtung:
beim ausführen mit eclipse bitte "Reload classes every run" deaktivieren
StartJTestManager() - Constructor for class de.oio.bugkilla.player.StartJTestManager
 
startNewScenario() - Method in class de.oio.bugkilla.player.Player
set the fStopScenario-boolean to false
startRecording() - Method in class de.oio.bugkilla.protocol.CommandLanguage
 
startRecording() - Method in interface de.oio.bugkilla.protocol.Commandable
Starts recording a new TestSequence.
startRecording() - Method in class de.oio.bugkilla.protocol.test.CommandableTestHelper
 
startRecording() - Method in class de.oio.bugkilla.recorder.TestDataReceiver
creates a new TestSequence and starts the Receiver-mode
startRecording() - Method in class de.oio.bugkilla.recorder.StandAloneRecorderServer
 
startRecording() - Method in class de.oio.bugkilla.recorder.RecorderManager
 
startRecording() - Method in class de.oio.bugkilla.recorder.NotConnected
 
startRecording() - Method in class de.oio.bugkilla.recorder.Connected
 
startRecording() - Method in class de.oio.bugkilla.splitter.NoUserInteraction
 
startRecording() - Method in class de.oio.bugkilla.splitter.FilterManager
 
startRecording() - Method in class de.oio.bugkilla.splitter.Connected
 
startRecordingUserInteraction() - Method in class de.oio.bugkilla.protocol.CommandLanguage
 
startRecordingUserInteraction() - Method in interface de.oio.bugkilla.protocol.Commandable
Starts recording a new UserInteraction.
startRecordingUserInteraction() - Method in class de.oio.bugkilla.protocol.test.CommandableTestHelper
 
startRecordingUserInteraction() - Method in class de.oio.bugkilla.recorder.UserInteractionExpected
 
startRecordingUserInteraction() - Method in class de.oio.bugkilla.recorder.StandAloneRecorderServer
 
startRecordingUserInteraction() - Method in class de.oio.bugkilla.recorder.RecorderManager
 
startRecordingUserInteraction() - Method in class de.oio.bugkilla.recorder.NoUserInteraction
 
startRecordingUserInteraction() - Method in class de.oio.bugkilla.splitter.UserInteractionServing
 
startRecordingUserInteraction() - Method in class de.oio.bugkilla.splitter.NoUserInteraction
 
startRecordingUserInteraction() - Method in class de.oio.bugkilla.splitter.FilterManager
 
startRecordingUserInteraction() - Method in class de.oio.bugkilla.splitter.Connected
 
startWebConversation() - Method in class de.oio.bugkilla.player.Player
init new WebConversation
STOP_RECORDING - Static variable in class de.oio.bugkilla.protocol.CommandLanguage
Command 'stop' to stop the recording of a TestSequence
stop() - Method in class de.oio.bugkilla.protocol.CommandLanguage
 
stop() - Method in interface de.oio.bugkilla.protocol.Commandable
Stops the process of creating new TestStep objects added to the current TestSequence.
stop() - Method in class de.oio.bugkilla.protocol.test.CommandableTestHelper
 
stop() - Method in class de.oio.bugkilla.recorder.TestDataReceiver
stops the Receiver
stop() - Method in class de.oio.bugkilla.recorder.StandAloneRecorderServer
 
stop() - Method in class de.oio.bugkilla.recorder.RecorderManager
 
stop() - Method in class de.oio.bugkilla.recorder.Connected
 
stop() - Method in class de.oio.bugkilla.splitter.FilterManager
 
stop() - Method in class de.oio.bugkilla.splitter.Connected
 
stopReceiver() - Method in class de.oio.bugkilla.recorder.RecorderManager
Method stopReceiver sets receiver to an inital state.
stopRecording() - Method in class de.oio.bugkilla.protocol.CommandLanguage
 
stopRecording() - Method in interface de.oio.bugkilla.protocol.Commandable
Stops the recording process of creating new UserInteraction objects added to the current TestSequence.
stopRecording() - Method in class de.oio.bugkilla.protocol.test.CommandableTestHelper
 
stopRecording() - Method in class de.oio.bugkilla.recorder.UserInteractionExpected
 
stopRecording() - Method in class de.oio.bugkilla.recorder.TestDataReceiver
Method stopRecording calls method @see de.oio.bugkilla.recorder.
stopRecording() - Method in class de.oio.bugkilla.recorder.StandAloneRecorderServer
 
stopRecording() - Method in class de.oio.bugkilla.recorder.RecorderManager
 
stopRecording() - Method in class de.oio.bugkilla.recorder.NoUserInteraction
 
stopRecording() - Method in class de.oio.bugkilla.splitter.UserInteractionServing
 
stopRecording() - Method in class de.oio.bugkilla.splitter.NoUserInteraction
 
stopRecording() - Method in class de.oio.bugkilla.splitter.FilterManager
 
stopRecording() - Method in class de.oio.bugkilla.splitter.Connected
 
stopScenario() - Method in class de.oio.bugkilla.player.Player
set the fStopScenario-boolean to true
storeTestSequence(TestSequence) - Method in class de.oio.bugkilla.management.PersistenceManager
Methode zum serialisieren einer TestSequence.
storeTestStep(TestStep, TestSequence) - Method in class de.oio.bugkilla.management.PersistenceManager
Methode zum serialisieren eines TestSteps
dazu wird das TestStep-Objekt in dem Verzeichnis gespeichert, welcher in dem TestStep angegeben ist.
suite() - Static method in class de.oio.bugkilla.comparator.test.ComparatorTestSuite
Method suite.
suite() - Static method in class de.oio.bugkilla.management.test.ManagementTestSuite
Method suite.
suite() - Static method in class de.oio.bugkilla.player.StartJTestManager
Method suite.
suite() - Static method in class de.oio.bugkilla.player.test.TestWebTestCase
 
suite() - Static method in class de.oio.bugkilla.player.test.PlayerTestSuite
Method suite.
suite() - Static method in class de.oio.bugkilla.protocol.test.TestComplexSpecification
 
suite() - Static method in class de.oio.bugkilla.protocol.test.TestCommandInterpreter
 
suite() - Static method in class de.oio.bugkilla.protocol.test.ProtocolTestSuite
 
suite() - Static method in class de.oio.bugkilla.recorder.test.RecorderTestSuite
 
suite() - Static method in class de.oio.bugkilla.splitter.test.SplitterTestSuite
 
suite() - Static method in class de.oio.bugkilla.test.TestBugkilla
Method suite.

T

tearDown() - Method in class de.oio.bugkilla.management.test.TestPersistenceManager
 
tearDown() - Method in class de.oio.bugkilla.recorder.test.RecorderManagerTest
 
testAdd() - Method in class de.oio.bugkilla.protocol.test.TestComplexSpecification
 
testaddTestSuite() - Method in class de.oio.bugkilla.player.test.TestWebTestSuite
Method testaddTestSuite.
testAnyCommand() - Method in class de.oio.bugkilla.protocol.test.TestCommandVerifier
 
testBadResponse() - Method in class de.oio.bugkilla.comparator.test.TestResponseTitleComparator
Method testBadResponse test for invalid respone.
testBeforeFirst() - Method in class de.oio.bugkilla.protocol.test.TestComplexSpecification
 
TestBugkilla - class de.oio.bugkilla.test.TestBugkilla.
 
TestBugkilla() - Constructor for class de.oio.bugkilla.test.TestBugkilla
 
testCase() - Method in class de.oio.bugkilla.player.JTestStep
run the TestCase
testCloneFirst() - Method in class de.oio.bugkilla.protocol.test.TestIdentity
 
testCloneSecond() - Method in class de.oio.bugkilla.protocol.test.TestIdentity
 
TestCommandInterpreter - class de.oio.bugkilla.protocol.test.TestCommandInterpreter.
 
TestCommandInterpreter(String) - Constructor for class de.oio.bugkilla.protocol.test.TestCommandInterpreter
 
testCommandStartRecording() - Method in class de.oio.bugkilla.protocol.test.TestCommandInterpreter
 
testCommandStop() - Method in class de.oio.bugkilla.protocol.test.TestCommandInterpreter
 
testCommandStopRecording() - Method in class de.oio.bugkilla.protocol.test.TestCommandInterpreter
 
testCommandTS() - Method in class de.oio.bugkilla.protocol.test.TestCommandInterpreter
 
testCommandUI() - Method in class de.oio.bugkilla.protocol.test.TestCommandInterpreter
 
TestCommandVerifier - class de.oio.bugkilla.protocol.test.TestCommandVerifier.
 
TestCommandVerifier(String) - Constructor for class de.oio.bugkilla.protocol.test.TestCommandVerifier
 
TestComplexSpecification - class de.oio.bugkilla.protocol.test.TestComplexSpecification.
 
TestComplexSpecification(String) - Constructor for class de.oio.bugkilla.protocol.test.TestComplexSpecification
 
testConnect() - Method in class de.oio.bugkilla.recorder.test.RecorderManagerTest
 
testConnect() - Method in class de.oio.bugkilla.splitter.test.TestFilterManager
 
testContains() - Method in class de.oio.bugkilla.protocol.test.TestTestSequence
 
testContains() - Method in class de.oio.bugkilla.protocol.test.TestComplexSpecification
 
TestDataReceiver - class de.oio.bugkilla.recorder.TestDataReceiver.
 
TestDataReceiver(InputStream, SequenceRecorder) - Constructor for class de.oio.bugkilla.recorder.TestDataReceiver
init des TestDataReceiver.
TestDataReceiverHelper - class de.oio.bugkilla.recorder.test.TestDataReceiverHelper.
 
TestDataReceiverHelper(String) - Constructor for class de.oio.bugkilla.recorder.test.TestDataReceiverHelper
 
testDifferentResponseTitle() - Method in class de.oio.bugkilla.comparator.test.TestResponseTitleComparator
Method testDifferentResponseTitle test for titles <>.
testEqualResponseTitle() - Method in class de.oio.bugkilla.comparator.test.TestResponseTitleComparator
Method testEqualResponseTitle test for titles ==.
testEquals() - Method in class de.oio.bugkilla.protocol.test.TestIdentity
 
testEqualsOne() - Method in class de.oio.bugkilla.protocol.test.TestIdentity
 
TestFailureServletOutputStream - class de.oio.bugkilla.splitter.test.TestFailureServletOutputStream.
 
TestFailureServletOutputStream(String) - Constructor for class de.oio.bugkilla.splitter.test.TestFailureServletOutputStream
 
TestFilterManager - class de.oio.bugkilla.splitter.test.TestFilterManager.
 
TestFilterManager(String) - Constructor for class de.oio.bugkilla.splitter.test.TestFilterManager
Constructor for TestFilterManager.
testGetInstance() - Method in class de.oio.bugkilla.splitter.test.TestTestStepWrapper
 
testgetMyName() - Method in class de.oio.bugkilla.player.test.TestWebTestCase
Method testgetMyName.
testgetMyPlayer() - Method in class de.oio.bugkilla.player.test.TestWebTestSuite
Method testgetMyPlayer.
testgetPlayer() - Method in class de.oio.bugkilla.player.test.TestWebTestCase
Method testgetPlayer.
testGetWriter() - Method in class de.oio.bugkilla.recorder.test.RecorderManagerTest
 
testHashCode() - Method in class de.oio.bugkilla.protocol.test.TestIdentity
 
testHashCodeOne() - Method in class de.oio.bugkilla.protocol.test.TestIdentity
 
testHasNextFirst() - Method in class de.oio.bugkilla.protocol.test.TestComplexSpecification
 
testHasNextSecond() - Method in class de.oio.bugkilla.protocol.test.TestComplexSpecification
 
TestHttpRequest - class de.oio.bugkilla.protocol.test.TestHttpRequest.
 
TestHttpRequest(String) - Constructor for class de.oio.bugkilla.protocol.test.TestHttpRequest
 
TestIdentity - class de.oio.bugkilla.protocol.test.TestIdentity.
 
TestIdentity(String) - Constructor for class de.oio.bugkilla.protocol.test.TestIdentity
 
testInit() - Method in class de.oio.bugkilla.splitter.test.TestWebRecordFilter
 
testInstanceRootPath() - Method in class de.oio.bugkilla.management.test.TestPersistenceManager
this test assures that the standard initialization process produces an instance of PersistenceManager with properly set StandardRootPath to the TestSpecData directory in the resource-directory rsc of the distribution.
testInstanceSeriesPath() - Method in class de.oio.bugkilla.management.test.TestPersistenceManager
this test assures that the standard initialization process produces an instance of PersistenceManager with properly set SeriesPath: 1. the standard relative pathes 2. absolute path in the testManagment.properties 2. the relative path from the TestSpecData directory in the resource-directory rsc of the distribution. 4. the standard errorpath if nothing is given
testNextFirst() - Method in class de.oio.bugkilla.protocol.test.TestComplexSpecification
 
testNextLast() - Method in class de.oio.bugkilla.protocol.test.TestComplexSpecification
 
testNextSecond() - Method in class de.oio.bugkilla.protocol.test.TestComplexSpecification
 
testNullCommand() - Method in class de.oio.bugkilla.protocol.test.TestCommandVerifier
 
testNullResponseObject() - Method in class de.oio.bugkilla.comparator.test.TestResponseTitleComparator
Method testNullResponseObject test for one response null.
TestObjectivesHome - interface de.oio.bugkilla.management.TestObjectivesHome.
 
testOffCommand() - Method in class de.oio.bugkilla.protocol.test.TestCommandVerifier
 
TestPersistenceManager - class de.oio.bugkilla.management.test.TestPersistenceManager.
 
TestPersistenceManager(String) - Constructor for class de.oio.bugkilla.management.test.TestPersistenceManager
Constructor for PersistenceManager.
TestPlayer - class de.oio.bugkilla.player.test.TestPlayer.
 
TestPlayer(String) - Constructor for class de.oio.bugkilla.player.test.TestPlayer
 
testRecorderManager() - Method in class de.oio.bugkilla.recorder.test.RecorderManagerTest
 
testRecordSequence() - Method in class de.oio.bugkilla.recorder.test.RecorderManagerTest
 
testRemove() - Method in class de.oio.bugkilla.protocol.test.TestTestSequence
 
testRemove() - Method in class de.oio.bugkilla.protocol.test.TestComplexSpecification
 
testResourcePath() - Method in class de.oio.bugkilla.management.test.TestPersistenceManager
this test assures that the standardrootpath of PersistenceManager is located as parent of the ErrorSpecs-directory in the standard case.
TestResponseTitleComparator - class de.oio.bugkilla.comparator.test.TestResponseTitleComparator.
 
TestResponseTitleComparator(String) - Constructor for class de.oio.bugkilla.comparator.test.TestResponseTitleComparator
 
testSend() - Method in class de.oio.bugkilla.player.test.TestPlayer
Method testSend.
TestSequence - class de.oio.bugkilla.protocol.TestSequence.
Represent one TestSequence (child of Scenario) with one or more TestStep(s)
TestSequence() - Constructor for class de.oio.bugkilla.protocol.TestSequence
 
TestSeries - class de.oio.bugkilla.protocol.TestSeries.
Represent one TestSeries with one or more Scenario(s)
TestSeries() - Constructor for class de.oio.bugkilla.protocol.TestSeries
 
testSetWriter() - Method in class de.oio.bugkilla.recorder.test.RecorderManagerTest
 
testSize() - Method in class de.oio.bugkilla.protocol.test.TestComplexSpecification
 
TestSpecFileHandler - class de.oio.bugkilla.management.TestSpecFileHandler.
 
TestSpecification - class de.oio.bugkilla.protocol.TestSpecification.
uses the Identity to store the identity of a test-element
TestSpecification() - Constructor for class de.oio.bugkilla.protocol.TestSpecification
 
TestSplitterServletOutputStreamImpl - class de.oio.bugkilla.splitter.test.TestSplitterServletOutputStreamImpl.
 
TestSplitterServletOutputStreamImpl(String) - Constructor for class de.oio.bugkilla.splitter.test.TestSplitterServletOutputStreamImpl
Constructor for TestSplitterServletOutputStreamImpl.
testStart() - Method in class de.oio.bugkilla.recorder.test.RecorderManagerTest
 
testStartInConnectedState() - Method in class de.oio.bugkilla.splitter.test.TestFilterManager
 
testStartRecording() - Method in class de.oio.bugkilla.recorder.test.RecorderManagerTest
 
testStartRecordingErrorInConnectedState() - Method in class de.oio.bugkilla.splitter.test.TestFilterManager
 
testStartRecordingErrorInNoStepState() - Method in class de.oio.bugkilla.splitter.test.TestFilterManager
 
testStartRecordingUserInteraction() - Method in class de.oio.bugkilla.recorder.test.RecorderManagerTest
 
testStartSequence() - Method in class de.oio.bugkilla.protocol.test.TestCommandVerifier
 
testStartUi() - Method in class de.oio.bugkilla.protocol.test.TestCommandVerifier
 
TestStep - class de.oio.bugkilla.protocol.TestStep.
Represent one Test-Step (child of TestSequence)
TestStep() - Constructor for class de.oio.bugkilla.protocol.TestStep
Constructs a TestStep
TestStep(HttpRequest, HttpResponse) - Constructor for class de.oio.bugkilla.protocol.TestStep
Constructs a TestStep with his HttpRequest and HttpResponse
TestStep(Identity, HttpRequest, HttpResponse) - Constructor for class de.oio.bugkilla.protocol.TestStep
Constructs a TestStep with his Identity, HttpRequest and HttpResponse
TestStepWrapper - class de.oio.bugkilla.splitter.TestStepWrapper.
 
testStop() - Method in class de.oio.bugkilla.recorder.test.RecorderManagerTest
 
testStopInConnectedState() - Method in class de.oio.bugkilla.splitter.test.TestFilterManager
 
testStopRecording() - Method in class de.oio.bugkilla.recorder.test.RecorderManagerTest
 
testStopRecordingErrorInConnectedState() - Method in class de.oio.bugkilla.splitter.test.TestFilterManager
 
testStopScenario() - Method in class de.oio.bugkilla.player.test.TestPlayer
Method testStopScenario.
testStopSequence() - Method in class de.oio.bugkilla.protocol.test.TestCommandVerifier
 
TestTestSequence - class de.oio.bugkilla.protocol.test.TestTestSequence.
 
TestTestSequence(String) - Constructor for class de.oio.bugkilla.protocol.test.TestTestSequence
 
TestTestStepWrapper - class de.oio.bugkilla.splitter.test.TestTestStepWrapper.
 
TestTestStepWrapper(String) - Constructor for class de.oio.bugkilla.splitter.test.TestTestStepWrapper
Constructor for TestTestStepWrapper.
testToString() - Method in class de.oio.bugkilla.protocol.test.TestIdentity
 
testToStringOne() - Method in class de.oio.bugkilla.protocol.test.TestIdentity
 
TestWebRecordFilter - class de.oio.bugkilla.splitter.test.TestWebRecordFilter.
 
TestWebRecordFilter(String) - Constructor for class de.oio.bugkilla.splitter.test.TestWebRecordFilter
Constructor for TestWebRecordFilter.
TestWebTestCase - class de.oio.bugkilla.player.test.TestWebTestCase.
 
TestWebTestCase(String) - Constructor for class de.oio.bugkilla.player.test.TestWebTestCase
 
TestWebTestSuite - class de.oio.bugkilla.player.test.TestWebTestSuite.
 
TestWebTestSuite(String) - Constructor for class de.oio.bugkilla.player.test.TestWebTestSuite
 
testWriteBytes() - Method in class de.oio.bugkilla.splitter.test.TestSplitterServletOutputStreamImpl
 
testWriteBytes() - Method in class de.oio.bugkilla.splitter.test.TestFailureServletOutputStream
 
testWriteBytesWithLenght() - Method in class de.oio.bugkilla.splitter.test.TestSplitterServletOutputStreamImpl
 
testWriteBytesWithLenght() - Method in class de.oio.bugkilla.splitter.test.TestFailureServletOutputStream
 
testWriteInt() - Method in class de.oio.bugkilla.splitter.test.TestSplitterServletOutputStreamImpl
 
testWriteInt() - Method in class de.oio.bugkilla.splitter.test.TestFailureServletOutputStream
 
toString() - Method in class de.oio.bugkilla.player.WebTestCase
returns the name of the TestStep for the JUnit-Test-Hierachy-Tree
toString() - Method in class de.oio.bugkilla.protocol.Identity
 
toString() - Method in class de.oio.bugkilla.splitter.RequestWrapper
Returns a string representation of the RequestWrapper object.
TraceOutputter - class de.oio.bugkilla.protocol.TraceOutputter.
 
TraceOutputter() - Constructor for class de.oio.bugkilla.protocol.TraceOutputter
 

U

ui - Variable in class de.oio.bugkilla.protocol.test.CommandableTestHelper
 
unregisterConversation() - Method in class de.oio.bugkilla.splitter.FilterManager
 
UserInteraction - class de.oio.bugkilla.protocol.UserInteraction.
 
UserInteraction() - Constructor for class de.oio.bugkilla.protocol.UserInteraction
 
UserInteractionExpected - class de.oio.bugkilla.recorder.UserInteractionExpected.
 
UserInteractionExpected(RecorderManager) - Constructor for class de.oio.bugkilla.recorder.UserInteractionExpected
Constructor UserInteractionExpected.
UserInteractionGiven - class de.oio.bugkilla.splitter.UserInteractionGiven.
 
UserInteractionGiven(FilterManager) - Constructor for class de.oio.bugkilla.splitter.UserInteractionGiven
Constructor for UserInteractionGiven.
UserInteractionServing - class de.oio.bugkilla.splitter.UserInteractionServing.
 
UserInteractionServing(FilterManager) - Constructor for class de.oio.bugkilla.splitter.UserInteractionServing
Constructor for UserInteractionServing.

V

verify(String) - Method in class de.oio.bugkilla.protocol.SimpleCommandVerifier
Verify if the command will be identified by recorder and filtermanager and check if command will be identified as Start, StartTestStep or StartUserInteraction, Stop or Off - Command will throw new Exception if the command is a illegal argument
verify(String) - Method in interface de.oio.bugkilla.protocol.CommandVerifier
Verifies the given command.

W

waitForLastConversation() - Method in class de.oio.bugkilla.splitter.NextUserInteraction
Method waitForLastConversation.
waitForLastConversation() - Method in class de.oio.bugkilla.splitter.LastUserInteraction
Blocks the calling thread until the last Conversation was served and the sets the Filterstate to Connected
WebRecordFilter - class de.oio.bugkilla.splitter.WebRecordFilter.
 
WebRecordFilter() - Constructor for class de.oio.bugkilla.splitter.WebRecordFilter
 
WebTestCase - class de.oio.bugkilla.player.WebTestCase.
The WebTestSuite implements the PlayerUser in order to set the Player to each TestCase.
WebTestCase(String) - Constructor for class de.oio.bugkilla.player.WebTestCase
sets the name of the TestCase
WebTestSuite - class de.oio.bugkilla.player.WebTestSuite.
The WebTestSuite implements the PlayerUser in order to set the Player.
WebTestSuite() - Constructor for class de.oio.bugkilla.player.WebTestSuite
 
write(byte[]) - Method in class de.oio.bugkilla.splitter.SplitterServletOutputStreamImpl
Writes b.length bytes from the specified byte array to the original reponse output stream and synchronously into a local stream.
write(byte[]) - Method in class de.oio.bugkilla.splitter.FailureServletOutputStream
Writes the specified error message to the original reponse output stream.
write(byte[]) - Method in class de.oio.bugkilla.splitter.test.ServletOutputStreamTestHelper
 
write(byte[], int, int) - Method in class de.oio.bugkilla.splitter.SplitterServletOutputStreamImpl
Writes len bytes from the specified byte array starting at offset off to the original reponse output stream and synchronously into a local stream.
write(byte[], int, int) - Method in class de.oio.bugkilla.splitter.FailureServletOutputStream
Writes the specified error message to the original reponse output stream.
write(byte[], int, int) - Method in class de.oio.bugkilla.splitter.test.ServletOutputStreamTestHelper
 
write(int) - Method in class de.oio.bugkilla.splitter.SplitterServletOutputStreamImpl
Writes the specified byte to the original reponse output stream and synchronously into a local stream
write(int) - Method in class de.oio.bugkilla.splitter.FailureServletOutputStream
Writes the specified error message to the original reponse output stream.
write(int) - Method in class de.oio.bugkilla.splitter.test.ServletOutputStreamTestHelper
 

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

Copyright © Orientation in Objects GmbH. All Rights Reserved.