org.spockframework.runtime
Class JUnitDescriptionGenerator

java.lang.Object
  extended by 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
JUnitDescriptionGenerator(SpecInfo spec)
           
 
Method Summary
 org.junit.runner.Description aggregate()
           
 void attach()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JUnitDescriptionGenerator

public JUnitDescriptionGenerator(SpecInfo spec)
Method Detail

attach

public void attach()

aggregate

public org.junit.runner.Description aggregate()


Copyright © 2013. All rights reserved