heck
242bdb073c
And suddenly my linux box javac needs "-encoding UTF-8", well, cant hurtbeing explicit about that in general.
5 years ago
heck
60a260720f
Update tests - Engine.getId() has been made private/protected
5 years ago
heck
e5f3aa6b8a
Generate marker files for make
Move exceptions into own subpkg foundation.pEp.jniadapter.exceptions
5 years ago
heck
2c33a4430d
Test framework "PityTest" moved to pkg foundation.pEp.pitytest
5 years ago
heck
14b42b65bb
Test framework is now called PityTest (YAY)
5 years ago
heck
99d6bbd555
Tests all makefile make clean-pep-home updated (rm -rf /)
5 years ago
heck
440de47012
update the rest of the tests (minor)
5 years ago
heck
20cdbbf90b
Added templateAlice, templateAliceBob (from template)
5 years ago
heck
f09fcbcaff
more TestFramework (reduce dependencies)
5 years ago
heck
78a7ad7826
Generally clean PER_USER_DIRECTORY (.pEp) before every testrun.
5 years ago
heck
6492cd7b5e
minor fix in jni-92 due to TestUtils change
5 years ago
heck
94f2107df1
Acquire global mutex to obtain mutex for java obj
update stress test jni92, add option useSharedEngines
5 years ago
heck
c6d2732870
update stress test jni92
5 years ago
heck
d020c79c03
Replaced hashCode() with UniquelyIdentifiable.getId()
java.lang.Object.hashCode() returns non unique numbers.
5 years ago
heck
0254493742
Per object c++ mutex locking for the Engine class (java).
All calls to an Engine obj are locking the mutex for their respective object.
A unordered_map holds the mutex per java obj hash. The mutexes are created/deleted in constructor/destructor of an engine object.
A global mutex is being locked for write operations on the unordered map (not thread safe).
Cleanup of #includes
5 years ago
heck
fd686c0f2e
Tests: improved Logging, prefix threadName
Test: jni92, single vs multithreaded mass instantiation of Engine
5 years ago
heck
7621d7a306
test/ dir complete restructuring into standard java project layout.
new package foundation.pEp.jniadapter.test
shared classes and resources now possible for tests.
Preparation for Test Framework and Code Coverage tool.
5 years ago