eu.lindenbaum.maven.erlang
Interface ProfilingResult


public interface ProfilingResult

Interface representing the result returned by the ProfilingScript.

Since:
2.1.0
Author:
Olle Törnström

Nested Class Summary
static class ProfilingResult.Report
          Contains the profiling report row-data.
 
Method Summary
 void logOutput(org.apache.maven.plugin.logging.Log log)
          Log the profiling test output (e.g.
 boolean testsPassed()
          Returns whether all profiled tests passed, and that no test cases failed.
 

Method Detail

logOutput

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

Parameters:
log - used to print the output

testsPassed

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

Returns:
true if all tests passed, false otherwise.


Copyright © 2012 Lindenbaum GmbH. All Rights Reserved.