avrora.test
Class TestCase.Malformed

java.lang.Object
  extended byavrora.test.TestCase
      extended byavrora.test.TestCase.Malformed
Enclosing class:
TestCase

public static class TestCase.Malformed
extends TestCase


Nested Class Summary
 
Nested classes inherited from class avrora.test.TestCase
TestCase.ExpectCompilationError, TestCase.Malformed
 
Field Summary
 
Fields inherited from class avrora.test.TestCase
filename, properties
 
Constructor Summary
TestCase.Malformed(java.lang.String fname, java.lang.String e)
           
 
Method Summary
 TestResult match(java.lang.Throwable t)
           
 void run()
           
 
Methods inherited from class avrora.test.TestCase
getFileName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCase.Malformed

public TestCase.Malformed(java.lang.String fname,
                          java.lang.String e)
Method Detail

run

public void run()
Specified by:
run in class TestCase

match

public TestResult match(java.lang.Throwable t)
Overrides:
match in class TestCase