Uses of Interface
org.specrunner.source.IEncoded

Packages that use IEncoded
org.specrunner.dumper   
org.specrunner.dumper.core   
org.specrunner.source   
org.specrunner.source.core   
 

Uses of IEncoded in org.specrunner.dumper
 

Subinterfaces of IEncoded in org.specrunner.dumper
 interface ISourceDumper
          Dumps source and results to somewhere.
 interface ISourceDumperGroup
          A source dumper group.
 

Uses of IEncoded in org.specrunner.dumper.core
 

Classes in org.specrunner.dumper.core that implement IEncoded
 class AbstractSourceDumperFile
          A partial dumper which writes data to files.
 class SourceDumperCenter
          Dump the central part of the result report (the 'center' element of the framed version).
 class SourceDumperDetails
          Dumps the report details in a separate file.
 class SourceDumperGroupImpl
          Default implementation of a source dumper group.
 class SourceDumperResources
          Dumps resources related to the source.
 class SourceDumperWritables
          Dumps the writables associated to the result set.
 

Uses of IEncoded in org.specrunner.source
 

Subinterfaces of IEncoded in org.specrunner.source
 interface IBuilderFactory
          Return a builder.
 interface ISource
          Stand for the source of specifications.
 interface ISourceFactory
          A factory of sources.
 

Uses of IEncoded in org.specrunner.source.core
 

Classes in org.specrunner.source.core that implement IEncoded
 class AbstractSourceFactory
          Abstraction to readers.
 class BuilderFactoryImpl
          Default builder implementation.
 class EncodedImpl
          Default encoding factory.
 class SourceFactoryHtml
          The default implementation.
 class SourceImpl
          The default implementation.
 



Copyright © 2014. All rights reserved.