avrora.test
Class TestResult.IncorrectError

java.lang.Object
  extended byavrora.test.TestResult
      extended byavrora.test.TestResult.TestFailure
          extended byavrora.test.TestResult.IncorrectError
Enclosing class:
TestResult

public static class TestResult.IncorrectError
extends TestResult.TestFailure


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
 
Field Summary
 
Fields inherited from class avrora.test.TestResult.TestFailure
message
 
Constructor Summary
TestResult.IncorrectError(java.lang.String ex, SimplifierError ce)
           
 
Method Summary
 void longReport()
           
 void shortReport()
           
 
Methods inherited from class avrora.test.TestResult
isInternalError, isMalformed, isSuccess, isUnexpectedException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestResult.IncorrectError

public TestResult.IncorrectError(java.lang.String ex,
                                 SimplifierError ce)
Method Detail

shortReport

public void shortReport()
Overrides:
shortReport in class TestResult.TestFailure

longReport

public void longReport()
Overrides:
longReport in class TestResult