All Classes and Interfaces

Class
Description
 
 
 
 
 
 
 
 
 
TestAgentException is a runtime Exception, which occurs when the TestAgent-RestAPI is not available, does not answer in Time (<5 seconds) or answers with a 4xxx or 5xx error.
 
 
A TestCase holds the general Information for several TestRun's: - name: of the Testcase - jiraProjectKey: A Jira Projects has to exist for reporting the TestResults
BaseInterface for a specific TestCase
 
 
 
Support class for unit testing test cases with Mockito mocks playing the part of the test agent web client and the test report service.
 
Support class for running test cases in unit tests.
 
Simple base class for test case unit tests.
The TestLog holds logging information from the TestAgents.
A Test Report is the summary of all TestResults.
 
 
A TestResult
A TestRun is a single Test Execution and has a report
 
 
 
 
States of a Testrun TestState.STARTED: The TestRun has started.