Uses of Class
com.aventstack.extentreports.model.Test
Packages that use Test
Package
Description
-
Uses of Test in com.aventstack.extentreports
Methods in com.aventstack.extentreports with parameters of type TestModifier and TypeMethodDescriptionprotected 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 TestMethods in com.aventstack.extentreports.append with parameters of type TestModifier and TypeMethodDescriptionvoidRawEntityConverter.createDomain(Test test, ExtentTest extentTest) -
Uses of Test in com.aventstack.extentreports.model
Methods in com.aventstack.extentreports.model that return TestMethods in com.aventstack.extentreports.model that return types with arguments of type TestModifier and TypeMethodDescriptionMethods in com.aventstack.extentreports.model with parameters of type TestMethod parameters in com.aventstack.extentreports.model with type arguments of type Test -
Uses of Test in com.aventstack.extentreports.model.context
Methods in com.aventstack.extentreports.model.context with parameters of type TestModifier and TypeMethodDescriptionvoidNamedAttributeContextManager.addContext(T attr, Test test) voidvoidNamedAttributeContext.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 TestModifier and TypeMethodDescriptionvoidNamedAttributeContextManager.addContext(T attr, List<Test> testList) Constructors in com.aventstack.extentreports.model.context with parameters of type Test -
Uses of Test in com.aventstack.extentreports.model.service
Methods in com.aventstack.extentreports.model.service that return TestModifier and TypeMethodDescriptionstatic 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 TestModifier and TypeMethodDescriptionstatic booleanTestService.deleteTest(List<Test> list, Test test) static BooleanTestService.testHasScreenCapture(Test test, Boolean deep) Method parameters in com.aventstack.extentreports.model.service with type arguments of type TestModifier and TypeMethodDescriptionstatic booleanTestService.deleteTest(List<Test> list, Test test)