org.specrunner.source.text
Interface IValidable

All Known Implementing Classes:
Feature, NamedSentences, Scenario, ScenarioOutline, Sentence

public interface IValidable

A valid object implements this interface and validate() returns null.

Author:
Thiago Santos

Method Summary
 String validate()
          Perform object validation.
 

Method Detail

validate

String validate()
Perform object validation.

Returns:
The description of errors, if any, empty string otherwise.


Copyright © 2015. All rights reserved.