public final class TestMethodContainer extends Object implements IContainer<ITestNGMethod>
| Constructor and Description |
|---|
TestMethodContainer(Supplier<ITestNGMethod[]> supplier) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearItems()
Clears the container
|
ITestNGMethod[] |
getItems() |
boolean |
isCleared() |
public TestMethodContainer(Supplier<ITestNGMethod[]> supplier)
public ITestNGMethod[] getItems()
getItems in interface IContainer<ITestNGMethod>public boolean isCleared()
isCleared in interface IContainer<ITestNGMethod>true if the container items were cleared.public void clearItems()
IContainerclearItems in interface IContainer<ITestNGMethod>Copyright © 2025. All rights reserved.