Class NamedAttributeContextManager<T extends NamedAttribute>
java.lang.Object
com.aventstack.extentreports.model.context.NamedAttributeContextManager<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddContext(T attr, Test test) voidaddContext(T attr, List<Test> testList) booleanhasItems()voidremoveTest(Test test) Remove a test from the context.voidresetAll()
-
Constructor Details
-
NamedAttributeContextManager
public NamedAttributeContextManager()
-
-
Method Details
-
addContext
-
addContext
-
removeTest
Remove a test from the context. This will also removed the context if there are no tests present after test removal- Parameters:
test-Test
-
hasItems
public boolean hasItems() -
resetAll
public void resetAll()
-