Added JUnit tests for SQLiteMap and SQLiteSet classes.1.0.0
commitcd7ddd0cfb22afe6606459c6be9326c1f797290c
authorLoRd_MuldeR <mulder2@gmx.de>
Thu, 7 Oct 2021 21:56:41 +0000 (7 23:56 +0200)
committerLoRd_MuldeR <mulder2@gmx.de>
Sun, 10 Oct 2021 18:46:07 +0000 (10 20:46 +0200)
tree2258e6ecd551580f7f929f74d0a2127c4b712133
parent9d36dedcbf40d1bfcb38bc6c9d6d055bc921c03a
Added JUnit tests for SQLiteMap and SQLiteSet classes.
12 files changed:
.classpath
README.md
build.xml
make.cmd
src/com/muldersoft/container/sqlite/SQLiteMap.java
src/com/muldersoft/container/sqlite/SQLiteSet.java
test/com/muldersoft/container/sqlite/test/AbstractTest.java [new file with mode: 0644]
test/com/muldersoft/container/sqlite/test/MutableEntry.java [deleted file]
test/com/muldersoft/container/sqlite/test/SQLiteMapTest.java [new file with mode: 0644]
test/com/muldersoft/container/sqlite/test/SQLiteSetTest.java [new file with mode: 0644]
test/com/muldersoft/container/sqlite/test/extra/StressTest.java [moved from test/com/muldersoft/container/sqlite/test/Main.java with 80% similarity]
version.properties [deleted file]