Class NamedAttributeContextManager<T extends NamedAttribute>
- java.lang.Object
-
- com.aventstack.extentreports.model.context.NamedAttributeContextManager<T>
-
public class NamedAttributeContextManager<T extends NamedAttribute> extends Object
-
-
Constructor Summary
Constructors Constructor Description NamedAttributeContextManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddContext(T attr, Test test)voidaddContext(T attr, List<Test> testList)booleanhasItems()voidremoveTest(Test test)Remove a test from the context.voidresetAll()
-