Package io.trino.testing
Class DataProviders
java.lang.Object
io.trino.testing.DataProviders
-
Method Summary
-
Method Details
-
toDataProvider
-
trueFalse
-
cartesianProduct
- Returns:
- Full cartesian product of arguments, i.e. cartesianProduct({{A, B}}, {{1,2}}) will produce {{A,1}, {A,2}, {B,1}, {B,2}}
-
concat
- Returns:
- args concatenated together into a single Object[][]
-