avrora.test
Class TestResult.TestSuccess

java.lang.Object
  extended byavrora.test.TestResult
      extended byavrora.test.TestResult.TestSuccess
Enclosing class:
TestResult

public static class TestResult.TestSuccess
extends TestResult


Nested Class Summary
 
Nested classes inherited from class avrora.test.TestResult
TestResult.ExpectedError, TestResult.ExpectedPass, TestResult.IncorrectError, TestResult.InternalError, TestResult.Malformed, TestResult.TestFailure, TestResult.TestSuccess, TestResult.UnexpectedException
 
Constructor Summary
TestResult.TestSuccess()
           
 
Method Summary
 boolean isSuccess()
           
 void longReport()
           
 void shortReport()
           
 
Methods inherited from class avrora.test.TestResult
isInternalError, isMalformed, isUnexpectedException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestResult.TestSuccess

public TestResult.TestSuccess()
Method Detail

shortReport

public void shortReport()
Specified by:
shortReport in class TestResult

longReport

public void longReport()
Overrides:
longReport in class TestResult

isSuccess

public boolean isSuccess()
Overrides:
isSuccess in class TestResult