org.specrunner.dumper
Interface ISourceDumper
- All Superinterfaces:
- IEncoded
- All Known Subinterfaces:
- ISourceDumperGroup
- All Known Implementing Classes:
- AbstractSourceDumperFile, SourceDumperCenter, SourceDumperDetails, SourceDumperGroupImpl, SourceDumperResources, SourceDumperWritables
public interface ISourceDumper
- extends IEncoded
Dumps source and results to somewhere.
- Author:
- Thiago Santos
dump
void dump(ISource source,
IResultSet result,
Map<String,Object> model)
throws SourceDumperException
- Extra information to be dumped.
- Parameters:
source - The specification input.result - The result.model - Extra information model.
- Throws:
SourceDumperException - On dumping error.
Copyright © 2014. All rights reserved.