|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.tngtech.jgiven.report.analysis.CaseArgumentAnalyser
public class 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 | |
|---|---|
CaseArgumentAnalyser()
|
|
| Method Summary | |
|---|---|
void |
analyze(ReportModel model)
|
void |
analyze(ScenarioModel scenarioModel)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CaseArgumentAnalyser()
| Method Detail |
|---|
public void analyze(ReportModel model)
public void analyze(ScenarioModel scenarioModel)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||