Uses of Class
com.github.tom65536.adelante.parser.ParserTestScenario
Packages that use ParserTestScenario
-
Uses of ParserTestScenario in com.github.tom65536.adelante.parser
Methods in com.github.tom65536.adelante.parser that return types with arguments of type ParserTestScenarioModifier and TypeMethodDescriptionstatic List<ParserTestScenario>ParserTestScenario.fromYamlUrl(URL url) Load test scenarios from YAML file.Methods in com.github.tom65536.adelante.parser with parameters of type ParserTestScenarioModifier and TypeMethodDescriptionvoidParserTest.testScenario(ParserTestScenario scenario) Repeated test for a fiven scenario.