eu.lindenbaum.maven.erlang
Interface GenericScriptResult


public interface GenericScriptResult

Interface representing a generic result of a Script execution providing a success qualifier and output to log.

Author:
Tobias Schlager , Olle Törnström

Method Summary
 void logOutput(org.apache.maven.plugin.logging.Log log)
          Log the test output (e.g.
 boolean success()
          Returns whether script execution was successfull.
 

Method Detail

success

boolean success()
Returns whether script execution was successfull.

Returns:
true if script succeeded, 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 © 2012 Lindenbaum GmbH. All Rights Reserved.