org.aludratest.impl.log4testing.configuration
Interface Validatable

All Known Subinterfaces:
TestObserver, Writer<T>
All Known Implementing Classes:
AbstractTestObserver, FileWriter, HTMLReportObserver, PendingTestsObserver, VelocityReportTestObserver, VelocityTestCaseWriter, VelocityTestSuiteWriter, VelocityWriter, XMLReportObserver

public interface Validatable

Common interface for all classes that can be generically configured and verified.

Author:
Volker Bergmann

Method Summary
 void validate()
          This method is called by the log4testing framework after the configuration file has been parsed and applied and requests the Writer instance to verify if it was configured properly.
 

Method Detail

validate

void validate()
This method is called by the log4testing framework after the configuration file has been parsed and applied and requests the Writer instance to verify if it was configured properly.

Throws:
ConfigurationError - if the configuration is not alright.


Copyright © 2015 aludratest.org. All rights reserved.