Class CaseArgumentAnalyser
java.lang.Object
com.tngtech.jgiven.report.analysis.CaseArgumentAnalyser
Analyzes a report model and tries to infer which step method arguments match to which case argument.
This is done by comparing all cases of a scenario and find out which method arguments
match in all cases to the same parameter.
The algorithm is rather complex, but I could not find an easier one yet.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
analyze
(ReportModel model) void
analyze
(ScenarioModel scenarioModel)
-
Constructor Details
-
CaseArgumentAnalyser
public CaseArgumentAnalyser()
-
-
Method Details
-
analyze
-
analyze
-