avrora.test
Class TestCase.ExpectCompilationError

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

public abstract static class TestCase.ExpectCompilationError
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.ExpectCompilationError(java.lang.String fname, java.util.Properties props)
           
 
Method Summary
 TestResult match(java.lang.Throwable t)
           
 
Methods inherited from class avrora.test.TestCase
getFileName, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCase.ExpectCompilationError

public TestCase.ExpectCompilationError(java.lang.String fname,
                                       java.util.Properties props)
Method Detail

match

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