Uses of Class
com.aventstack.extentreports.model.Test
-
-
Uses of Test in com.aventstack.extentreports
Methods in com.aventstack.extentreports with parameters of type Test Modifier and Type Method Description protected voidAbstractProcessor. onAuthorAdded(Author x, Test test)protected voidAbstractProcessor. onCategoryAdded(Category x, Test test)protected voidAbstractProcessor. onDeviceAdded(Device x, Test test)protected voidAbstractProcessor. onLogCreated(Log log, Test test)protected voidAbstractProcessor. onMediaAdded(Media m, Log log, Test test)protected voidAbstractProcessor. onMediaAdded(Media m, Test test)protected voidAbstractProcessor. onNodeCreated(Test node)protected voidAbstractProcessor. onTestCreated(Test test)protected voidAbstractProcessor. onTestRemoved(Test test) -
Uses of Test in com.aventstack.extentreports.append
Methods in com.aventstack.extentreports.append that return types with arguments of type Test Modifier and Type Method Description List<Test>JsonDeserializer. deserialize()Methods in com.aventstack.extentreports.append with parameters of type Test Modifier and Type Method Description voidRawEntityConverter. createDomain(Test test, ExtentTest extentTest) -
Uses of Test in com.aventstack.extentreports.model
Methods in com.aventstack.extentreports.model that return Test Modifier and Type Method Description TestTest. getAncestor()Methods in com.aventstack.extentreports.model that return types with arguments of type Test Modifier and Type Method Description Optional<Test>Report. findTest(String name)Optional<Test>Report. findTest(List<Test> list, String name)Methods in com.aventstack.extentreports.model with parameters of type Test Modifier and Type Method Description voidTest. addChild(Test child)voidReport. addTest(Test test)booleanReport. removeTest(Test test)Method parameters in com.aventstack.extentreports.model with type arguments of type Test Modifier and Type Method Description List<ExceptionInfo>Report. aggregateExceptions(List<Test> testList)Optional<Test>Report. findTest(List<Test> list, String name)voidReportStats. update(List<Test> testList) -
Uses of Test in com.aventstack.extentreports.model.context
Methods in com.aventstack.extentreports.model.context with parameters of type Test Modifier and Type Method Description voidNamedAttributeContextManager. addContext(T attr, Test test)voidNamedAttributeContext. addTest(Test test)voidNamedAttributeContext. removeTest(Test test)voidNamedAttributeContextManager. removeTest(Test test)Remove a test from the context.Method parameters in com.aventstack.extentreports.model.context with type arguments of type Test Modifier and Type Method Description voidNamedAttributeContextManager. addContext(T attr, List<Test> testList)Constructors in com.aventstack.extentreports.model.context with parameters of type Test Constructor Description NamedAttributeContext(T attribute, Test test) -
Uses of Test in com.aventstack.extentreports.model.service
Methods in com.aventstack.extentreports.model.service that return Test Modifier and Type Method Description static TestTestService. createTest(Class<? extends IGherkinFormatterModel> type, String name, String description)static TestTestService. createTest(String name)static TestTestService. createTest(String name, String description)Methods in com.aventstack.extentreports.model.service with parameters of type Test Modifier and Type Method Description static booleanTestService. deleteTest(List<Test> list, Test test)static BooleanTestService. testHasMedia(Test test, Boolean deep)static BooleanTestService. testHasScreenCapture(Test test, Boolean deep)static BooleanTestService. testHasVideo(Test test, Boolean deep)Method parameters in com.aventstack.extentreports.model.service with type arguments of type Test Modifier and Type Method Description static booleanTestService. deleteTest(List<Test> list, Test test)
-