aboutsummaryrefslogtreecommitdiffstats
path: root/test/java
Commit message (Collapse)AuthorAgeFilesLines
* git version info: Added post-tag: VERSION_COMMITS and VERSION_SHA1_SHORT. ↵Sven Gothel2022-02-072-10/+10
| | | | VERSION_LONG reflects post-tag and dirty. Added mapping to project version var-names.
* Add Java/C++ hexStringBytes(..); Fix Java's bytesHexString(..) path ↵Sven Gothel2022-01-271-0/+67
| | | | !lsbFirst; Add unit tests
* EUI48[Sub]: Add endian awareness, also fixes indexOf() semantics (C++ and Java)Sven Gothel2021-10-051-11/+28
|
* Moved EUI48, EUI48Sub (C++/Java) and uuid_t, *Octets (C++) from Direct-BT ↵Sven Gothel2021-09-181-0/+134
| | | | | | for general use. Unit tests included of course.
* JaulibVersion: Use data transient onlySven Gothel2021-01-271-2/+3
|
* Move tests to 'jau.test' to not violate potentially sealed org.jar or jau. ↵Sven Gothel2021-01-2656-328/+457
| | | | | | | packages. Also .. .. adding example in cmake to merge jar files -> test/java/CMakeLists.txt, i.e. a big fat test jar file.
* jar file naming convention: Use dash instead of underscore for ↵Sven Gothel2021-01-264-5/+5
| | | | 'base'-fat.jar and 'base'-test.jar etc.
* cmake: Use: jaulib_test_jar_fileSven Gothel2021-01-251-3/+4
|
* test/java: Use JunitTracer instead of SingletonJunitCase ..Sven Gothel2021-01-2523-46/+46
| | | | | | | | SingletonJunitCase is not required for our tests (singleton locking on platform). Just using JUnitTracer speeds up testing by around 3x. Still not optimal, since we launch one java instance per test class.
* Remove unused importSven Gothel2021-01-251-1/+0
|
* test/java: Sort tests in their respective package - Comment out 'not yet ↵Sven Gothel2021-01-257-13/+14
| | | | ready' tests due to lack of build artifacts
* Java import and modularization: Complete jaulib_fat and full JNI lib ↵Sven Gothel2021-01-2515-9/+2383
| | | | bootstraping via PlatformRuntime via PlatformProps (if available)
* Java import and modularization: jaulib_base, jaulib_jni, jaulib_net, ↵Sven Gothel2021-01-2541-0/+5742
jaulib_pkg (WIP)