|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectavrora.AVRTestHarness
The AVRTestHarness implements a test harness that interfaces the
avrora.test.AutomatedTester in order to automate testing of the
AVR parser and simulator.
| Constructor Summary | |
AVRTestHarness()
|
|
| Method Summary | |
TestCase |
newTestCase(java.lang.String fname,
java.util.Properties props)
The newTestCase() method creates a new test case of the
right type given the file name and the properties already extracted
from the file by the testing framework. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AVRTestHarness()
| Method Detail |
public TestCase newTestCase(java.lang.String fname,
java.util.Properties props)
throws java.lang.Exception
TestHarnessnewTestCase() method creates a new test case of the
right type given the file name and the properties already extracted
from the file by the testing framework.
newTestCase in interface TestHarnessfname - the name of the fileprops - a list of properties extracted from the file
TestCase class
java.lang.Exception - if there is a problem creating the testcase or reading it
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||