Uses of Interface
com.aventstack.extentreports.gherkin.model.IGherkinFormatterModel
Packages that use IGherkinFormatterModel
Package
Description
-
Uses of IGherkinFormatterModel in com.aventstack.extentreports
Method parameters in com.aventstack.extentreports with type arguments of type IGherkinFormatterModelModifier and TypeMethodDescriptionExtentTest.createNode(Class<? extends IGherkinFormatterModel> type, String name) Creates a BDD-style node representing one of theIGherkinFormatterModelclasses such as:FeatureBackgroundScenarioGivenWhenThenAndExtentTest.createNode(Class<? extends IGherkinFormatterModel> type, String name, String description) Creates a BDD-style node with description representing one of theIGherkinFormatterModelclasses:FeatureBackgroundScenarioGivenWhenThenAndExtentReports.createTest(Class<? extends IGherkinFormatterModel> type, String name) Creates a BDD-style test representing one of theIGherkinFormatterModelclasses such as:FeatureBackgroundScenarioGivenWhenThenAndButExtentReports.createTest(Class<? extends IGherkinFormatterModel> type, String name, String description) Creates a BDD-style test with description representing one of theIGherkinFormatterModelclasses such as:FeatureBackgroundScenarioGivenWhenThenAndBut -
Uses of IGherkinFormatterModel in com.aventstack.extentreports.gherkin.model
Classes in com.aventstack.extentreports.gherkin.model that implement IGherkinFormatterModelModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclass -
Uses of IGherkinFormatterModel in com.aventstack.extentreports.gson
Methods in com.aventstack.extentreports.gson that return types with arguments of type IGherkinFormatterModelModifier and TypeMethodDescriptionClass<? extends IGherkinFormatterModel>BddTypeAdapter.read(com.google.gson.stream.JsonReader reader) Method parameters in com.aventstack.extentreports.gson with type arguments of type IGherkinFormatterModelModifier and TypeMethodDescriptionvoidBddTypeAdapter.write(com.google.gson.stream.JsonWriter out, Class<? extends IGherkinFormatterModel> value) -
Uses of IGherkinFormatterModel in com.aventstack.extentreports.model.service
Method parameters in com.aventstack.extentreports.model.service with type arguments of type IGherkinFormatterModelModifier and TypeMethodDescriptionstatic TestTestService.createTest(Class<? extends IGherkinFormatterModel> type, String name, String description)