heck
6346f86484
Test: JNI-118 added to main test Makefile
5 years ago
heck
bf886a2afb
Tests: regression, fix re_evaluate_message_rating(), move repetition into contexts
5 years ago
heck
611e06ba47
Test: JNI-118 basic
5 years ago
heck
3cfe31f3e4
PityTest: TestUnit fix bug, not displaying exception on CTX_FAIL
5 years ago
heck
fc40f29be2
PityTest: TestContext.init() return "this", so you can chain calls.
5 years ago
heck
969267d21d
PityTest.TestUtils - add randomInt(), and randomASCIIString() featuring CharClass and len
5 years ago
heck
3028e1af4f
Tests: vStr and vID not basic enough for AdapterBaseTestContext (formatting of interface, just formatting)
5 years ago
heck
c843a3a30e
Tests: Add speedtest to Main test Makefile
5 years ago
heck
7f2391ad60
PityTest Framework improvements:
- copy constructor for TestUnit, so you can add the same TestUnit multiple times, with e.g. different context
- TestUnit.setContext() so you can add the same TestUnit multiple times, with e.g. different context
- TestUnit throws RuntimeException instead of Throwable
5 years ago
heck
41eb100c96
.toStrin() for the 2 independent Pair classes (PityTest framework should not depend on jniAdapter)
5 years ago
heck
05e6884917
Add Java Remote Debugger to tests.
5 years ago
heck
f48ff02e24
update SpeedTest: decrypt_message_Return not an inner class anymore
5 years ago
heck
49caf7eccc
replace the rest of javac invocations with $(JAVAC_CMD)
5 years ago
heck
242bdb073c
And suddenly my linux box javac needs "-encoding UTF-8", well, cant hurtbeing explicit about that in general.
5 years ago
Hussein Kasem
5fe48c91f5
JNI-114 Add PassphraseType to the passphraseCallback
5 years ago
heck
a6602b8ad7
fixed speedtest for multithreaded benchmark
5 years ago
heck
25f32c536e
fixing speedtest for multithreading
5 years ago
heck
d88e3befcf
speedtest: adhoc Makefile
5 years ago
heck
582baafef0
speedtest: few fixes
5 years ago
heck
f850eba355
tests: add original speedtest from pEp_for_SWIFT repo (by fdik)
5 years ago
heck
a2302413da
just some obsolete class
5 years ago
heck
c03d7557ed
JNI-115: perf test Encrypted/Unencrypted msg sizes small/big/huge
5 years ago
heck
28dd9a8f9e
JNI-115: "Performance of Engine/Adapter bad" - Test added
5 years ago
heck
1acc5ad51b
PityTest: Duration measurement for TestUnits
5 years ago
heck
282cbf437d
Tests updated, encrypt fails, then register callback, encrypt success after callback returned the correct passphrase
5 years ago
heck
70f90f61b6
Tests updated, now using the new callback to provide the passphrase
5 years ago
heck
9b949e7f28
Test case added, importKey(), setOwnKey(), NO config_passphrase(), THEN encryptMessage(). (No callback yet)
5 years ago
heck
e6fdbd081d
Fix for failing Test: "encrypt msg to self using imported key with passphrase"
5 years ago
heck
0eb4e3469b
Tests: "encrypt msg to self using imported key with passphrase"
5 years ago
heck
047baa52b7
Total overhaul/redesign of project filesystem structure / Makefile
- Separate build folder (so far for all class files)
- Separate dist folder (so folks dont have to dig for the build results)
- Improved incremental build
- Implicit rules and automatic dependency using gcc/clang features (.d files)
- YML2 CodeGen incremental build support using marker files
- Tests are using dist folder
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
97a006385d
Move class decrypt_message_Return from inner class of Engine, to new class decrypt_message_Return (in pkg foundation.pEp.jniadapter)
5 years ago
heck
03a5831b35
new test-keys
5 years ago
heck
ad410354e8
test for key_import() updated
5 years ago
heck
8d97abea3d
test for key_import()
5 years ago
heck
49d4ac3b0d
config_passphrase() - implemented using cache.add()
5 years ago
heck
9c0592624b
test templateAliceBob typo
5 years ago
heck
e844fe34f4
Added passphrase support methods, and tests.
5 years ago
heck
c2573593e8
test per-user-dirs
5 years ago
heck
7463bffb08
Test PEPEncInlineEA Alice/Bob - add possibility for EncFormat.PEP
5 years ago
heck
c1ce73d483
Test PEPEncInlineEA Alice/Bob (draft)
5 years ago
heck
95937a02dc
Test, work in progress, TOFU with encMode.PEP
5 years ago
heck
adbe59f77e
Small fix and formatting AdapterTestUtils
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
46635a46f9
Move new class Pair<> into new pkg framework.utils
5 years ago
heck
3c493d62d1
Testframework fix verbose mode env var
5 years ago
heck
aa0c20aa0a
Replace javafx.pair
5 years ago
heck
ec8ce88ce6
TestLogger autolinewidth
5 years ago