Uses of Class
io.trino.tempto.assertions.QueryAssert.Row
Packages that use QueryAssert.Row
Package
Description
-
Uses of QueryAssert.Row in io.trino.tempto.assertions
Methods in io.trino.tempto.assertions that return QueryAssert.RowMethods in io.trino.tempto.assertions with parameters of type QueryAssert.RowModifier and TypeMethodDescriptionQueryAssert.contains(QueryAssert.Row... rows) QueryAssert.containsExactly(QueryAssert.Row... rows) Deprecated.QueryAssert.containsExactlyInOrder(QueryAssert.Row... rows) QueryAssert.containsOnly(QueryAssert.Row... rows) Method parameters in io.trino.tempto.assertions with type arguments of type QueryAssert.RowModifier and TypeMethodDescriptionQueryAssert.contains(List<QueryAssert.Row> rows) Verifies that the actual result set contains all the givenrowsQueryAssert.containsExactly(List<QueryAssert.Row> rows) Deprecated.QueryAssert.containsExactlyInOrder(List<QueryAssert.Row> rows) Verifies that the actual result set equals torows.QueryAssert.containsOnly(List<QueryAssert.Row> rows) Verifies that the actual result set consist of onlyrowsin any order -
Uses of QueryAssert.Row in io.trino.tempto.internal.convention
Methods in io.trino.tempto.internal.convention that return types with arguments of type QueryAssert.RowModifier and TypeMethodDescription -
Uses of QueryAssert.Row in io.trino.tempto.internal.query
Methods in io.trino.tempto.internal.query that return QueryAssert.Row
QueryAssert.containsExactlyInOrder(Row...)