|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.kies.test.TestEsterelGrammar
public class TestEsterelGrammar
JUnit test for the esterel grammar. Test all available files in the test/ folder. Mark tests that are supposed to succeed with a leading "test-", those that are supposed to fail with a "fail-". For those which should fail give information about the expected failure reason in a ".out" file with the same name.
Constructor Summary | |
---|---|
TestEsterelGrammar()
|
Method Summary | |
---|---|
static void |
main(String[] args)
|
void |
setup()
Set up. |
void |
testFailFiles()
tests all available files that are supposed to fail. |
void |
testSuccFiles()
test all available files which are supposed to be successful. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestEsterelGrammar()
Method Detail |
---|
public void setup()
public void testSuccFiles() throws Exception
Exception
- if at least one test failed.public void testFailFiles() throws Exception
Exception
- if at least one test succeeds.public static void main(String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |