Package org.spockframework.runtime
Class JUnitDescriptionGenerator
- java.lang.Object
-
- org.spockframework.runtime.JUnitDescriptionGenerator
-
public class JUnitDescriptionGenerator extends java.lang.Object
Generates and attaches JUnit Description's to a SpecInfo's nodes.- Author:
- Peter Niederwieser
-
-
Constructor Summary
Constructors Constructor Description JUnitDescriptionGenerator(SpecInfo spec)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.junit.runner.Description
aggregate()
void
attach()
-
-
-
Constructor Detail
-
JUnitDescriptionGenerator
public JUnitDescriptionGenerator(SpecInfo spec)
-
-