| org.keplerproject.luajava.test.TestLauxlib
TestLauxlib | public class TestLauxlib extends TestCase (Code) | | Tests the use of lauxlib functions.
Requires junit.
author: thiago |
Method Summary | |
public void | testChecks() Test the check functions. | public void | testLoadRun() | public void | testMeta() Checks the metamethods and metatable functions. |
testChecks | public void testChecks()(Code) | | Test the check functions.
|
testLoadRun | public void testLoadRun() throws Exception(Code) | | Tests the load functions
|
testMeta | public void testMeta() throws LuaException(Code) | | Checks the metamethods and metatable functions.
|
|
|