|
| void | test01_cpp_cc () |
| |
| void | test10_cc () |
| |
| String | cpp (final String cSourceBasename, final String cSourceSuffix, final boolean debug) throws FileNotFoundException, IOException, LexerException, RecognitionException |
| |
| void | cc (final String cppResultPath, final boolean debug) throws FileNotFoundException, IOException, LexerException, RecognitionException |
| |
| final String | getTestMethodName () |
| |
| final String | getSimpleTestName (final String separator) |
| |
| final String | getFullTestName (final String separator) |
| |
| final void | setUpBase () |
| |
| final void | tearDownBase () |
| |
Definition at line 76 of file TestCParser.java.
◆ cc()
| void com.jogamp.gluegen.test.junit.generation.TestCParser.cc |
( |
final String |
cppResultPath, |
|
|
final boolean |
debug |
|
) |
| throws FileNotFoundException, IOException, LexerException, RecognitionException |
◆ cpp()
| String com.jogamp.gluegen.test.junit.generation.TestCParser.cpp |
( |
final String |
cSourceBasename, |
|
|
final String |
cSourceSuffix, |
|
|
final boolean |
debug |
|
) |
| throws FileNotFoundException, IOException, LexerException, RecognitionException |
◆ init()
| static void com.jogamp.gluegen.test.junit.generation.TestCParser.init |
( |
| ) |
|
|
static |
◆ main()
| static void com.jogamp.gluegen.test.junit.generation.TestCParser.main |
( |
final String |
args[] | ) |
throws IOException |
|
static |
◆ test01_cpp_cc()
| void com.jogamp.gluegen.test.junit.generation.TestCParser.test01_cpp_cc |
( |
| ) |
|
◆ test10_cc()
| void com.jogamp.gluegen.test.junit.generation.TestCParser.test10_cc |
( |
| ) |
|
The documentation for this class was generated from the following file: