A B C D E G I P R S T 

A

AbstractProbeListener - Class in io.probedock.client.junit
Shared code to create Junit Probe Dock listeners
AbstractProbeListener() - Constructor for class io.probedock.client.junit.AbstractProbeListener
Constructor
AbstractProbeListener(String) - Constructor for class io.probedock.client.junit.AbstractProbeListener
Constructor
addExctractor(TestMetaDataExtratctor) - Method in class io.probedock.client.junit.AbstractProbeListener
Add an extractor to the list of extractors
addFilter(String) - Method in class io.probedock.client.junit.ProbeFilter
 
after(Description) - Method in class io.probedock.client.junit.StandardTestMetaDataExtractor
 
after(Description) - Method in interface io.probedock.client.junit.TestMetaDataExtratctor
Do some processing after a test is performed

B

before(Description) - Method in class io.probedock.client.junit.StandardTestMetaDataExtractor
 
before(Description) - Method in interface io.probedock.client.junit.TestMetaDataExtratctor
Do some processing before a test is performed

C

configuration - Static variable in class io.probedock.client.junit.AbstractProbeListener
Probe Dock configuration
createAndlogStackTrace(Failure) - Method in class io.probedock.client.junit.AbstractProbeListener
Build a stack trace string
createTestResult(Description, ProbeTest, ProbeTestClass, boolean, String) - Method in class io.probedock.client.junit.AbstractProbeListener
Create a test based on the different information gathered from class, method and description

D

describe() - Method in class io.probedock.client.junit.ProbeFilter
 

E

extract(Description) - Method in class io.probedock.client.junit.StandardTestMetaDataExtractor
 
extract(Description) - Method in interface io.probedock.client.junit.TestMetaDataExtratctor
Extract meta data from a test

G

getCategory(ProbeTestClass, ProbeTest) - Method in class io.probedock.client.junit.AbstractProbeListener
Retrieve the category to apply to the test
getClassAnnotation(Description) - Method in class io.probedock.client.junit.AbstractProbeListener
Try to retrieve the ProbeTestClass annotation of the test class
getMethodAnnotation(Description) - Method in class io.probedock.client.junit.AbstractProbeListener
Try to retrieve the ProbeTest annotation of the test method
getTechnicalName(Description) - Method in class io.probedock.client.junit.AbstractProbeListener
Build the technical name

I

io.probedock.client.junit - package io.probedock.client.junit
 

P

ProbeFilter - Class in io.probedock.client.junit
Allow filtering of the tests at runtime.
ProbeFilter() - Constructor for class io.probedock.client.junit.ProbeFilter
Default constructor aims to facilitate the reflection
ProbeFilter(String[]) - Constructor for class io.probedock.client.junit.ProbeFilter
 
ProbeListener - Class in io.probedock.client.junit
The test unit listener is used to send the result to the Probe Dock server
ProbeListener() - Constructor for class io.probedock.client.junit.ProbeListener
 
ProbeListener(String) - Constructor for class io.probedock.client.junit.ProbeListener
 

R

runStartedDate - Variable in class io.probedock.client.junit.AbstractProbeListener
Store the date when the run started

S

setFullStackTraces(Boolean) - Method in class io.probedock.client.junit.AbstractProbeListener
 
shouldRun(Description) - Method in class io.probedock.client.junit.ProbeFilter
 
StandardTestMetaDataExtractor - Class in io.probedock.client.junit
Simple implementation of a data extractor to get the method, class and package names of a test.
StandardTestMetaDataExtractor() - Constructor for class io.probedock.client.junit.StandardTestMetaDataExtractor
 

T

testFailure(Failure) - Method in class io.probedock.client.junit.ProbeListener
 
testFinished(Description) - Method in class io.probedock.client.junit.AbstractProbeListener
 
testFinished(Description) - Method in class io.probedock.client.junit.ProbeListener
 
TestMetaDataExtratctor - Interface in io.probedock.client.junit
Extracts meta data from a description to populate the meta data of a test result.
testRunFinished(Result) - Method in class io.probedock.client.junit.ProbeListener
 
testRunStarted(Description) - Method in class io.probedock.client.junit.AbstractProbeListener
 
testStartDates - Variable in class io.probedock.client.junit.AbstractProbeListener
Store the start date of a test to measure the approximative execution time of a each test.
testStarted(Description) - Method in class io.probedock.client.junit.AbstractProbeListener
 
testStarted(Description) - Method in class io.probedock.client.junit.ProbeListener
 
A B C D E G I P R S T 

Copyright © 2015. All rights reserved.