eu.lindenbaum.maven.erlang
Interface TestResult


public interface TestResult

Interface representing the result returned by the TestScript.

Author:
Tobias Schlager , Olle Törnström

Method Summary
 void logOutput(org.apache.maven.plugin.logging.Log log)
          Log the test output (e.g. infos/warnings/errors) using the provided logger.
 boolean testsPassed()
          Returns whether all tests passed, no test cases failed.
 

Method Detail

testsPassed

boolean testsPassed()
Returns whether all tests passed, no test cases failed.

Returns:
true if all tests passed, false otherwise.

logOutput

void logOutput(org.apache.maven.plugin.logging.Log log)
Log the test output (e.g. infos/warnings/errors) using the provided logger.

Parameters:
log - used to print the output


Copyright © 2011 Lindenbaum GmbH. All Rights Reserved.