Registry / testing / trino-testing-services

trino-testing-services

JSON →
library480javamavenunverified

Trino Testing Services provides utilities for testing Trino queries and connectors.

<dependency> <groupId>io.trino</groupId> <artifactId>trino-testing-services</artifactId> <version>480</version> </dependency>
INSTALL
IMPORT
SIG · TRINO-TESTING-SERV
T
trino-testing-services
testingjavav480
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

QueryRunner
io.trino.testing.QueryRunner

Creates a Trino query runner for testing.

import io.trino.testing.QueryRunner; public class Main { public static void main(String[] args) { QueryRunner queryRunner = QueryRunner.create(); System.out.println("QueryRunner created: " + queryRunner); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
480latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
14
OpenAI (training)
2
Resources
trino-testing-services — mvn dependency:get trino-testing-services · libregistry