Package step.junit.runner
Class StepClassParserResult
- java.lang.Object
-
- step.junit.runner.StepClassParserResult
-
public class StepClassParserResult extends Object
-
-
Constructor Summary
Constructors Constructor Description StepClassParserResult(String name, Plan plan, Exception initializingException)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Exception
getInitializingException()
String
getName()
Plan
getPlan()
-