gpgme/lang/js/BrowserTestExtension/tests
Maximilian Krambach 94ee0988d4 js: change the write access for js class methods
--
* src/ [Connection, Error, Key, Keyring, MEssage, Signature, gpgmejs]:
    Functions and values that are not meant to be overwritten are now
    moved into their constructors, thus eliminating the possibility of
    overwrites after initialization.

* Key: The mode of use (synchronous cached, or async promises) ivs now
  determined at initialization of that Key. The property Key.isAsync
  reflects this state.

* unittests: fixed old Key syntax for testing.

* Message.js isComplete is now a method and not a getter anymore.

* Added some startup tests.
2018-07-27 20:36:21 +02:00
..
encryptDecryptTest.js js: clean up test extension 2018-07-27 11:20:33 +02:00
encryptTest.js js: clean up test extension 2018-07-27 11:20:33 +02:00
inputvalues.js js: change the write access for js class methods 2018-07-27 20:36:21 +02:00
KeyImportExport.js js: clean up test extension 2018-07-27 11:20:33 +02:00
longRunningTests.js js: clean up test extension 2018-07-27 11:20:33 +02:00
signTest.js js: clean up test extension 2018-07-27 11:20:33 +02:00
startup.js js: change the write access for js class methods 2018-07-27 20:36:21 +02:00
verifyTest.js js: clean up test extension 2018-07-27 11:20:33 +02:00