org.apache.maven.surefire.report

Class ReportEntry

public class ReportEntry extends Object

Constructor Summary
ReportEntry(Object source, String name, String message)
ReportEntry(Object source, String name, String message, Throwable throwable)
Method Summary
StringgetMessage()
StringgetName()
ObjectgetSource()
ThrowablegetThrowable()

Constructor Detail

ReportEntry

public ReportEntry(Object source, String name, String message)

ReportEntry

public ReportEntry(Object source, String name, String message, Throwable throwable)

Method Detail

getMessage

public String getMessage()

getName

public String getName()

getSource

public Object getSource()

getThrowable

public Throwable getThrowable()
Copyright © 2004-2007 Apache. All Rights Reserved.