org.specrunner.util.string
Interface IStringProvider


public interface IStringProvider

Given a context returns a String.

Author:
Thiago Santos

Method Summary
 String newString(IContext context)
          Provides a String based, or not, on the given context.
 

Method Detail

newString

String newString(IContext context)
                 throws ContextException
Provides a String based, or not, on the given context.

Parameters:
context - A context.
Returns:
A string.
Throws:
ContextException - On evaluation errors.


Copyright © 2014. All rights reserved.