org.specrunner.result.core
Class ResultFactoryImpl

java.lang.Object
  extended by org.specrunner.result.core.ResultFactoryImpl
All Implemented Interfaces:
IResultFactory

public class ResultFactoryImpl
extends Object
implements IResultFactory

Default result factory implementation.

Author:
Thiago Santos

Constructor Summary
ResultFactoryImpl()
           
 
Method Summary
 IResultSet newResult()
          Creates a new result.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultFactoryImpl

public ResultFactoryImpl()
Method Detail

newResult

public IResultSet newResult()
Description copied from interface: IResultFactory
Creates a new result.

Specified by:
newResult in interface IResultFactory
Returns:
A new result instance.


Copyright © 2014. All rights reserved.