Uses of Interface
org.specrunner.util.xom.IPresentation

Packages that use IPresentation
org.specrunner.plugins   
org.specrunner.plugins.type   
org.specrunner.result   
org.specrunner.result.core   
org.specrunner.result.status   
org.specrunner.source.resource   
org.specrunner.source.resource.core   
org.specrunner.source.resource.element   
org.specrunner.source.resource.element.core   
org.specrunner.source.resource.positional   
org.specrunner.source.resource.positional.core   
org.specrunner.util.aligner   
org.specrunner.util.aligner.core   
org.specrunner.util.xom   
org.specrunner.util.xom.core   
 

Uses of IPresentation in org.specrunner.plugins
 

Classes in org.specrunner.plugins that implement IPresentation
 class ActionType
          A type for plugins.
 

Uses of IPresentation in org.specrunner.plugins.type
 

Classes in org.specrunner.plugins.type that implement IPresentation
 class Assertion
          Assertion: has importance 2.
 class Command
          Action: has importance 1.
 class Control
          Control: has importance 0.
 class Undefined
          Undefined: has importance -1.
 

Uses of IPresentation in org.specrunner.result
 

Subinterfaces of IPresentation in org.specrunner.result
 interface IResult
          A individual result.
 interface IResultSet
          A result set.
 

Classes in org.specrunner.result that implement IPresentation
 class Status
          A status.
 

Uses of IPresentation in org.specrunner.result.core
 

Classes in org.specrunner.result.core that implement IPresentation
 class ResultImpl
          Default result implementation.
 class ResultSetImpl
          Default result set implementation.
 

Uses of IPresentation in org.specrunner.result.status
 

Classes in org.specrunner.result.status that implement IPresentation
 class Detail
          Detail: is not error, has importance -1.
 class Failure
          Failure: is error, has importance 3.
 class Ignored
          Ignored: is not error, has importance -1.
 class Info
          Info: is not error, has importance 0.
 class Success
          Success: is not error, has importance 2.
 class Warning
          Warning: is not error, has importance 1.
 

Uses of IPresentation in org.specrunner.source.resource
 

Subinterfaces of IPresentation in org.specrunner.source.resource
 interface IResource
          A resource is something attached somehow to the source.
 

Uses of IPresentation in org.specrunner.source.resource.core
 

Classes in org.specrunner.source.resource.core that implement IPresentation
 class AbstractResource
          Partial resource implementation.
 

Uses of IPresentation in org.specrunner.source.resource.element
 

Subinterfaces of IPresentation in org.specrunner.source.resource.element
 interface IResourceElement
          A resource related to a given element. i.e. a image already part of the specification.
 

Uses of IPresentation in org.specrunner.source.resource.element.core
 

Classes in org.specrunner.source.resource.element.core that implement IPresentation
 class AbstractResourceElement
          Abstract implementation of a resource with a Element counterpart.
 class AbstractResourceElementAtt
          A resource.
 class ImageResource
          A image resource.
 class JavaScriptResource
          A JavaScript resource.
 class StylesheetResource
          A stylesheet resource.
 

Uses of IPresentation in org.specrunner.source.resource.positional
 

Subinterfaces of IPresentation in org.specrunner.source.resource.positional
 interface IResourcePositional
          Definition of a resource.
 

Uses of IPresentation in org.specrunner.source.resource.positional.core
 

Classes in org.specrunner.source.resource.positional.core that implement IPresentation
 class AbstractResourceHeader
          Default resource to be written in header part.
 class AbstractResourcePositional
          A positional resource.
 class CSSResource
          A CSS resource.
 class JSResource
          A JavaScript resource.
 

Uses of IPresentation in org.specrunner.util.aligner
 

Classes in org.specrunner.util.aligner that implement IPresentation
 class AlignmentException
           
 

Uses of IPresentation in org.specrunner.util.aligner.core
 

Classes in org.specrunner.util.aligner.core that implement IPresentation
 class DefaultAlignmentException
          A alignment exception.
 

Uses of IPresentation in org.specrunner.util.xom
 

Subinterfaces of IPresentation in org.specrunner.util.xom
 interface IPresentationGroup
          A group of presentation items.
 

Classes in org.specrunner.util.xom that implement IPresentation
 class AbstractType<T extends AbstractType<T>>
          A type with importance.
 

Uses of IPresentation in org.specrunner.util.xom.core
 

Classes in org.specrunner.util.xom.core that implement IPresentation
 class PresentationCompare
          Presents two objects with their types.
 class PresentationException
          Generic presentation wrapper of exceptions.
 class PresentationGroupImpl
          A presentation group.
 

Constructors in org.specrunner.util.xom.core with parameters of type IPresentation
PresentationException(IPresentation presentation)
          Set a presentation.
 



Copyright © 2014. All rights reserved.