Uses of Interface
org.specrunner.context.IBlock

Packages that use IBlock
org.specrunner.context   
org.specrunner.context.core   
org.specrunner.dumper.core   
org.specrunner.result   
org.specrunner.result.core   
org.specrunner.runner   
org.specrunner.runner.core   
 

Uses of IBlock in org.specrunner.context
 

Subinterfaces of IBlock in org.specrunner.context
 interface IContext
          Stands for the plugin/test runtime environment.
 

Methods in org.specrunner.context that return IBlock
 IBlock IContext.getByElement(Class<? extends nu.xom.Node> type)
          Search a block by element type.
 IBlock IContext.getByPlugin(Class<? extends IPlugin> type)
          Search a block by plugin type.
 IBlock IContext.getParentByElement(Class<? extends nu.xom.Node> type)
          Strict parent search by element type.
 IBlock IContext.getParentByPlugin(Class<? extends IPlugin> type)
          Strict parent search by plugin type.
 IBlock IBlockFactory.newBlock(nu.xom.Node node, IPlugin plugin)
          Creates a new block.
 IBlock IBlockFactory.newBlock(nu.xom.Node node, IPlugin plugin, Map<String,Object> map)
          Create a new block.
 

Uses of IBlock in org.specrunner.context.core
 

Classes in org.specrunner.context.core that implement IBlock
 class BlockImpl
          Default block implementation.
 class ContextImpl
          Default context implementation.
 

Methods in org.specrunner.context.core that return IBlock
protected  IBlock ContextImpl.findNode(int start, Class<? extends nu.xom.Node> type)
          Find a node type.
protected  IBlock ContextImpl.findPlugin(int start, Class<? extends IPlugin> type)
          Find a plugin by type.
 IBlock ContextImpl.getByElement(Class<? extends nu.xom.Node> type)
           
 IBlock ContextImpl.getByPlugin(Class<? extends IPlugin> type)
           
 IBlock ContextImpl.getParentByElement(Class<? extends nu.xom.Node> type)
           
 IBlock ContextImpl.getParentByPlugin(Class<? extends IPlugin> type)
           
 IBlock ContextImpl.newBlock(nu.xom.Node node, IPlugin plugin)
           
 IBlock BlockFactoryImpl.newBlock(nu.xom.Node element, IPlugin plugin)
           
 IBlock ContextImpl.newBlock(nu.xom.Node node, IPlugin plugin, Map<String,Object> map)
           
 IBlock BlockFactoryImpl.newBlock(nu.xom.Node element, IPlugin plugin, Map<String,Object> map)
           
 

Uses of IBlock in org.specrunner.dumper.core
 

Methods in org.specrunner.dumper.core with parameters of type IBlock
protected  void SourceDumperWritables.addElement(int index, String prefixToRemove, IWritable w, Map<String,String> references, IBlock block)
          Add element parts of writable elements.
 

Uses of IBlock in org.specrunner.result
 

Methods in org.specrunner.result that return IBlock
 IBlock IResult.getBlock()
          Block related to this result.
 

Methods in org.specrunner.result with parameters of type IBlock
 IResult IResultSet.addResult(Status status, IBlock source)
          Add a result.
 IResult IResultSet.addResult(Status status, IBlock source, IWritable writable)
          Adds a result.
 IResult IResultSet.addResult(Status status, IBlock source, String message)
          Adds a result with a message.
 IResult IResultSet.addResult(Status status, IBlock source, String message, IWritable writable)
          Adds a result with a message and a writable information.
 IResult IResultSet.addResult(Status status, IBlock source, Throwable failure)
          Adds a result with failure information.
 IResult IResultSet.addResult(Status status, IBlock source, Throwable failure, IWritable writable)
          Adds a result with failure and a writable information.
 

Uses of IBlock in org.specrunner.result.core
 

Fields in org.specrunner.result.core declared as IBlock
protected  IBlock ResultImpl.source
          The source block.
 

Methods in org.specrunner.result.core that return IBlock
 IBlock ResultImpl.getBlock()
           
 

Methods in org.specrunner.result.core with parameters of type IBlock
 IResult ResultSetImpl.addResult(Status status, IBlock source)
           
 IResult ResultSetImpl.addResult(Status status, IBlock source, IWritable writable)
           
 IResult ResultSetImpl.addResult(Status status, IBlock source, String message)
           
 IResult ResultSetImpl.addResult(Status status, IBlock source, String message, IWritable writable)
           
protected  IResult ResultSetImpl.addResult(Status status, IBlock source, String message, Throwable failure, IWritable writable)
          Add a result.
 IResult ResultSetImpl.addResult(Status status, IBlock source, Throwable failure)
           
 IResult ResultSetImpl.addResult(Status status, IBlock source, Throwable failure, IWritable writable)
           
 

Constructors in org.specrunner.result.core with parameters of type IBlock
ResultImpl(Status status, IBlock source, String message, Throwable failure, IWritable writable)
          The result instance creator.
 

Uses of IBlock in org.specrunner.runner
 

Methods in org.specrunner.runner with parameters of type IBlock
 boolean IFilter.accept(IBlock block)
          Check if a given block is accepted.
 boolean IFilter.showMessage(IBlock block)
          Indicates to show message if not accepted.
 

Uses of IBlock in org.specrunner.runner.core
 

Methods in org.specrunner.runner.core with parameters of type IBlock
 boolean FilterDefault.accept(IBlock block)
           
 boolean FilterDefault.showMessage(IBlock block)
           
 



Copyright © 2014. All rights reserved.