Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.23 KB

File metadata and controls

34 lines (27 loc) · 1.23 KB

Instrumented Tests

Note that MyGroupsTest.java deletes and recreates the database. All contacts in the database will be lost.

Add new tests to UnitTestSuite.java.

Current tests

  1. CryptoDbTest.java
  2. CryptoFilesystemTest.java
  3. MyGroupsTest.java warning, deletes database
  4. CrypUtilTest.java
  5. InputStreamAsJsonTest.java
  6. KeystoreUtilTest.java
  7. OmniTest.java
  8. PersistTest.java
  9. SelfSignedKeystoreTest.java
  10. TestFilesHelper.java
  11. CmdArchiveTest.java
  12. CmdExtractTest.java
  13. CmdMkfileTest.java
  14. CmdRmFileTest.java
  15. CommTest.java

Backlog of tests to create

  1. Server REST interface tests
  2. elFinder connector API tests
  3. SqlCipher tests
  4. Symmetric and asymettric encryption tests
  5. UI tests