org.apache.sling.junit.remote.ide
Class ExecutionResult

java.lang.Object
  extended by org.apache.sling.junit.remote.ide.ExecutionResult
All Implemented Interfaces:
java.io.Serializable

public class ExecutionResult
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ExecutionResult(org.junit.runner.Result result)
           
 
Method Summary
 java.lang.Throwable getException()
           
 boolean isFailure()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionResult

public ExecutionResult(org.junit.runner.Result result)
Method Detail

getException

public java.lang.Throwable getException()

isFailure

public boolean isFailure()


Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.