Index

A B C D F G I L M O P R S T W 
All Classes and Interfaces|All Packages

A

afterInvocation(IInvokedMethod, ITestResult) - Method in class io.trino.testng.services.LogTestDurationListener
 
afterInvocation(IInvokedMethod, ITestResult) - Method in class io.trino.testng.services.ProgressLoggingListener
 

B

because() - Element in annotation interface io.trino.testng.services.ManageTestResources.Suppress
 
because() - Element in annotation interface io.trino.testng.services.ReportOrphanedExecutors.Suppress
 
beforeInvocation(IInvokedMethod, ITestResult) - Method in class io.trino.testng.services.LogTestDurationListener
 
beforeInvocation(IInvokedMethod, ITestResult) - Method in class io.trino.testng.services.ProgressLoggingListener
 
benchmark(Class<?>) - Static method in class io.trino.jmh.Benchmarks
 
benchmark(Class<?>, WarmupMode) - Static method in class io.trino.jmh.Benchmarks
 
Benchmarks - Class in io.trino.jmh
 
Benchmarks.BenchmarkBuilder - Class in io.trino.jmh
 

C

cartesianProduct(Object[][]...) - Static method in class io.trino.testing.DataProviders
 
close() - Method in class io.trino.testing.SharedResource.Lease
 
concat(Object[][]...) - Static method in class io.trino.testing.DataProviders
 

D

DataProviders - Class in io.trino.testing
 

F

Flaky - Annotation Interface in io.trino.testng.services
Deprecated.
Use of this is strongly discouraged. Instead prefer to find the cause of the issue and either fix the test or rewrite it to not be flaky.
FlakyAnnotationVerifier - Class in io.trino.testng.services
Detects test methods which are annotaded with @Flaky annotation but are missing explicit @Test annotation
FlakyAnnotationVerifier() - Constructor for class io.trino.testng.services.FlakyAnnotationVerifier
 
FlakyTestRetryAnalyzer - Class in io.trino.testng.services
 
FlakyTestRetryAnalyzer() - Constructor for class io.trino.testng.services.FlakyTestRetryAnalyzer
 
fullToString(ThreadInfo) - Static method in class io.trino.jvm.Threads
Returns representation of ThreadInfo.

G

get() - Method in class io.trino.testing.SharedResource.Lease
 
getConfluentVersion() - Static method in class io.trino.testing.TestingProperties
 
getDockerImagesVersion() - Static method in class io.trino.testing.TestingProperties
 
getInstanceLease() - Method in class io.trino.testing.SharedResource
 
getProjectVersion() - Static method in class io.trino.testing.TestingProperties
 

I

includeAll() - Method in class io.trino.jmh.Benchmarks.BenchmarkBuilder
 
includeMethod(String) - Method in class io.trino.jmh.Benchmarks.BenchmarkBuilder
 
io.trino.jmh - package io.trino.jmh
 
io.trino.jvm - package io.trino.jvm
 
io.trino.testing - package io.trino.testing
 
io.trino.testng.services - package io.trino.testng.services
 
issue() - Element in annotation interface io.trino.testng.services.Flaky
Deprecated.
 

L

Lease(T, Callable<Void>) - Constructor for class io.trino.testing.SharedResource.Lease
 
LogTestDurationListener - Class in io.trino.testng.services
 
LogTestDurationListener() - Constructor for class io.trino.testng.services.LogTestDurationListener
 

M

ManageTestResources - Class in io.trino.testng.services
 
ManageTestResources() - Constructor for class io.trino.testng.services.ManageTestResources
 
ManageTestResources.Suppress - Annotation Interface in io.trino.testng.services
Suppresses checks when field is annotated field actual type is annotated (note that the annotation *IS* inherited)
match() - Element in annotation interface io.trino.testng.services.Flaky
Deprecated.
A test is retried when it fails with a stacktrace, which string representation matches given regular expression.

O

onAfterClass(ITestClass) - Method in class io.trino.testng.services.FlakyAnnotationVerifier
 
onAfterClass(ITestClass) - Method in class io.trino.testng.services.LogTestDurationListener
 
onAfterClass(ITestClass) - Method in class io.trino.testng.services.ProgressLoggingListener
 
onAfterClass(ITestClass) - Method in class io.trino.testng.services.ReportAfterMethodNotAlwaysRun
 
onAfterClass(ITestClass) - Method in class io.trino.testng.services.ReportBadTestAnnotations
 
onAfterClass(ITestClass) - Method in class io.trino.testng.services.ReportIllNamedTest
 
onAfterClass(ITestClass) - Method in class io.trino.testng.services.ReportInnerTestClasses
 
onAfterClass(ITestClass) - Method in class io.trino.testng.services.ReportMultiThreadedBeforeOrAfterMethod
 
onAfterClass(ITestClass) - Method in class io.trino.testng.services.ReportPrivateMethods
 
onBeforeClass(ITestClass) - Method in class io.trino.testng.services.FlakyAnnotationVerifier
 
onBeforeClass(ITestClass) - Method in class io.trino.testng.services.LogTestDurationListener
 
onBeforeClass(ITestClass) - Method in class io.trino.testng.services.ProgressLoggingListener
 
onBeforeClass(ITestClass) - Method in class io.trino.testng.services.ReportAfterMethodNotAlwaysRun
 
onBeforeClass(ITestClass) - Method in class io.trino.testng.services.ReportBadTestAnnotations
 
onBeforeClass(ITestClass) - Method in class io.trino.testng.services.ReportIllNamedTest
 
onBeforeClass(ITestClass) - Method in class io.trino.testng.services.ReportInnerTestClasses
 
onBeforeClass(ITestClass) - Method in class io.trino.testng.services.ReportMultiThreadedBeforeOrAfterMethod
 
onBeforeClass(ITestClass) - Method in class io.trino.testng.services.ReportPrivateMethods
 
onExecutionFinish() - Method in class io.trino.testng.services.LogTestDurationListener
 
onExecutionStart() - Method in class io.trino.testng.services.LogTestDurationListener
 
onFinish(ISuite) - Method in class io.trino.testng.services.ReportOrphanedExecutors
 
onFinish(ITestContext) - Method in class io.trino.testng.services.ManageTestResources
 
onFinish(ITestContext) - Method in class io.trino.testng.services.ProgressLoggingListener
 
onStart(ISuite) - Method in class io.trino.testng.services.ReportOrphanedExecutors
 
onStart(ITestContext) - Method in class io.trino.testng.services.ManageTestResources
 
onStart(ITestContext) - Method in class io.trino.testng.services.ProgressLoggingListener
 
onTestFailedButWithinSuccessPercentage(ITestResult) - Method in class io.trino.testng.services.ManageTestResources
 
onTestFailedButWithinSuccessPercentage(ITestResult) - Method in class io.trino.testng.services.ProgressLoggingListener
 
onTestFailure(ITestResult) - Method in class io.trino.testng.services.ManageTestResources
 
onTestFailure(ITestResult) - Method in class io.trino.testng.services.ProgressLoggingListener
 
onTestSkipped(ITestResult) - Method in class io.trino.testng.services.ManageTestResources
 
onTestSkipped(ITestResult) - Method in class io.trino.testng.services.ProgressLoggingListener
 
onTestStart(ITestResult) - Method in class io.trino.testng.services.ManageTestResources
 
onTestStart(ITestResult) - Method in class io.trino.testng.services.ProgressLoggingListener
 
onTestSuccess(ITestResult) - Method in class io.trino.testng.services.ManageTestResources
 
onTestSuccess(ITestResult) - Method in class io.trino.testng.services.ProgressLoggingListener
 

P

ProgressLoggingListener - Class in io.trino.testng.services
 
ProgressLoggingListener() - Constructor for class io.trino.testng.services.ProgressLoggingListener
 

R

randomNameSuffix() - Static method in class io.trino.testing.TestingNames
 
ReportAfterMethodNotAlwaysRun - Class in io.trino.testng.services
 
ReportAfterMethodNotAlwaysRun() - Constructor for class io.trino.testng.services.ReportAfterMethodNotAlwaysRun
 
ReportBadTestAnnotations - Class in io.trino.testng.services
 
ReportBadTestAnnotations() - Constructor for class io.trino.testng.services.ReportBadTestAnnotations
 
ReportBadTestAnnotations.Suppress - Annotation Interface in io.trino.testng.services
 
ReportIllNamedTest - Class in io.trino.testng.services
 
ReportIllNamedTest() - Constructor for class io.trino.testng.services.ReportIllNamedTest
 
ReportInnerTestClasses - Class in io.trino.testng.services
Detects test classes which are defined as inner classes TestNG support is poor for these inner test classes: https://github.com/trinodb/trino/pull/11185
ReportInnerTestClasses() - Constructor for class io.trino.testng.services.ReportInnerTestClasses
 
ReportMultiThreadedBeforeOrAfterMethod - Class in io.trino.testng.services
 
ReportMultiThreadedBeforeOrAfterMethod() - Constructor for class io.trino.testng.services.ReportMultiThreadedBeforeOrAfterMethod
 
ReportOrphanedExecutors - Class in io.trino.testng.services
 
ReportOrphanedExecutors() - Constructor for class io.trino.testng.services.ReportOrphanedExecutors
 
ReportOrphanedExecutors.Suppress - Annotation Interface in io.trino.testng.services
 
ReportPrivateMethods - Class in io.trino.testng.services
 
ReportPrivateMethods() - Constructor for class io.trino.testng.services.ReportPrivateMethods
 
ReportPrivateMethods.Suppress - Annotation Interface in io.trino.testng.services
 
ResourcePresence - Annotation Interface in io.trino.testing
Specifies a method that determines whether given resource-like class currently holds on to resources.
retry(ITestResult) - Method in class io.trino.testng.services.FlakyTestRetryAnalyzer
 
RetryAnnotationTransformer - Class in io.trino.testng.services
 
RetryAnnotationTransformer() - Constructor for class io.trino.testng.services.RetryAnnotationTransformer
 
run() - Method in class io.trino.jmh.Benchmarks.BenchmarkBuilder
 

S

SharedResource<T extends AutoCloseable> - Class in io.trino.testing
 
SharedResource(Callable<T>) - Constructor for class io.trino.testing.SharedResource
 
SharedResource.Lease<T> - Class in io.trino.testing
 

T

TestingNames - Class in io.trino.testing
 
TestingProperties - Class in io.trino.testing
 
Threads - Class in io.trino.jvm
 
toDataProvider() - Static method in class io.trino.testing.DataProviders
 
transform(ITestAnnotation, Class, Constructor, Method) - Method in class io.trino.testng.services.RetryAnnotationTransformer
 
trueFalse() - Static method in class io.trino.testing.DataProviders
 

W

withOptions(Consumer<ChainedOptionsBuilder>) - Method in class io.trino.jmh.Benchmarks.BenchmarkBuilder
 
A B C D F G I L M O P R S T W 
All Classes and Interfaces|All Packages