org.jnario.runner
Class SimpleSpecCreator

java.lang.Object
  extended by org.jnario.lib.AbstractSpecCreator
      extended by org.jnario.runner.SimpleSpecCreator
All Implemented Interfaces:
SpecCreator

public class SimpleSpecCreator
extends AbstractSpecCreator

A creator of spec instances using a constructor without arguments.

Author:
Sebastian Benz - Initial contribution and API

Constructor Summary
SimpleSpecCreator()
           
 
Method Summary
protected
<T> T
create(Class<T> klass)
           
 
Methods inherited from class org.jnario.lib.AbstractSpecCreator
afterSpecRun, beforeSpecRun, createSpec, createSubject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleSpecCreator

public SimpleSpecCreator()
Method Detail

create

protected <T> T create(Class<T> klass)
Specified by:
create in class AbstractSpecCreator


Copyright © 2012-2013 BMW Car IT. All Rights Reserved.