C G I P R 
All Classes All Packages

C

com.exasol.performancetestrecorder - package com.exasol.performancetestrecorder
 
Counter - Class in com.exasol.performancetestrecorder
This class counts the invocations of increase().
Counter() - Constructor for class com.exasol.performancetestrecorder.Counter
 

G

get() - Method in class com.exasol.performancetestrecorder.Counter
Get the counter value.
getCsvFile() - Method in class com.exasol.performancetestrecorder.PerformanceTestRecorder
Get the path to the CSV file with the records.
getInstance() - Static method in class com.exasol.performancetestrecorder.PerformanceTestRecorder
Get a singleton instance of PerformanceTestRecorder
getProjectArtifactId() - Method in class com.exasol.performancetestrecorder.ProjectArtifactIdGetter
Get the artifact-id of the project under test.

I

increase() - Method in class com.exasol.performancetestrecorder.Counter
Increase the counter

P

PerformanceTestRecorder - Class in com.exasol.performancetestrecorder
This class records the execution of commands in a standardized format.
PerformanceTestRecorder.RunnableWithException - Interface in com.exasol.performancetestrecorder
Functional interface for the method under test that can throw an exception.
ProjectArtifactIdGetter - Class in com.exasol.performancetestrecorder
This class allows retrieving the artifact id from a pom.xml file.
ProjectArtifactIdGetter() - Constructor for class com.exasol.performancetestrecorder.ProjectArtifactIdGetter
 

R

recordExecution(TestInfo, PerformanceTestRecorder.RunnableWithException) - Method in class com.exasol.performancetestrecorder.PerformanceTestRecorder
Record the execution of a command.
run() - Method in interface com.exasol.performancetestrecorder.PerformanceTestRecorder.RunnableWithException
Method that can throw exceptions.
C G I P R 
All Classes All Packages