Package io.trino.tempto.internal.context
Class TestContextStack<C extends TestContext>
java.lang.Object
io.trino.tempto.internal.context.TestContextStack<C>
- All Implemented Interfaces:
Iterable<C>
-
Constructor Details
-
TestContextStack
public TestContextStack()
-
-
Method Details
-
push
-
pop
-
peek
-
size
public int size() -
empty
public boolean empty() -
iterator
- Specified by:
iteratorin interfaceIterable<C extends TestContext>
-