aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain-Test/src/test/java/org/sufficientlysecure/keychain/operations/ExportTest.java
Commit message (Expand)AuthorAgeFilesLines
* Use new officially supported way for local unit tests, many dependencies upgr...Dominik Schürmann2015-06-111-224/+0
* Fix tests for Passphrase classDominik Schürmann2015-03-191-4/+5
* encapsulate high level edit key into new operation classVincent Breitmoser2015-01-031-4/+3
* get rid of RuntimeException control flow in UncachedKeyRing.fromStreamVincent Breitmoser2015-01-021-1/+2
* tests: for export, check that a token local cert actually exists before exportVincent Breitmoser2015-01-021-10/+22
* tests: add test for key exportVincent Breitmoser2015-01-021-0/+211