Interface CodeSnippetGenerator
- All Known Implementing Classes:
PlaywrightJavaCodeSnippetGenerator
,PlaywrightNodeCodeSnippetGenerator
public interface CodeSnippetGenerator
-
Method Summary
Modifier and TypeMethodDescriptiongetActionCodeSnippet
(LocatedGherkinElement element, Action action, String... args) getAssertionCodeSnippet
(LocatedGherkinElement element, Assertion assertion, boolean negative, String... args) getLocatorCodeSnippet
(GherkinElement gherkinElement, String elementVarName, String parentVarName)
-
Method Details
-
getLocatorCodeSnippet
CodeSnippet getLocatorCodeSnippet(GherkinElement gherkinElement, String elementVarName, String parentVarName) -
getActionCodeSnippet
-
getAssertionCodeSnippet
CodeSnippet getAssertionCodeSnippet(LocatedGherkinElement element, Assertion assertion, boolean negative, String... args)
-