Failures

package org.junit.runner;

public class Failure {

    protected Throwable fThrownException;

    public Failure(Throwable thrownException);
    
    public Throwable getException();
    public String    getTrace();
    public String    getMessage();
    public String    getTestHeader();
    public boolean   isTestFailure();
    public String    toString();
 
}

Previous | Next | Top | Cafe con Leche

Copyright 2005 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified August 23. 2005