aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cpp-unit-tests/IcedTeaScriptablePluginObjectTest.cc
Commit message (Collapse)AuthorAgeFilesLines
* Do not wait for applet initialization when binding Java applets for NPAPI.Adam Domurad2013-08-271-8/+7
|
* Spawn Java side during C++ unit tests. Many new tests.Adam Domurad2013-08-231-0/+33
|
* Move 'get_scriptable_java_package_object' and 'get_scriptable_java_object' ↵Adam Domurad2013-06-211-18/+18
| | | | into their correct respective classes.
* More unit tests for scriptable object creation, destructionAdam Domurad2013-06-211-10/+42
|
* C++ unit testing: Add a tracked-allocation implementation of operator-newAdam Domurad2012-12-201-0/+66
Two tests that catch memory leaks are also added. For the purposes of verifying the patch works, the fix is in a separate changeset.