Class NamedAttributeContext<T extends NamedAttribute>
- java.lang.Object
-
- com.aventstack.extentreports.model.context.NamedAttributeContext<T>
-
- All Implemented Interfaces:
Serializable
public class NamedAttributeContext<T extends NamedAttribute> extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NamedAttributeContext(T attribute, Test test)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddTest(Test test)IntegergetFailed()IntegergetOthers()IntegergetPassed()IntegergetSkipped()voidrefresh()Integersize()
-