node-java-bridge icon indicating copy to clipboard operation
node-java-bridge copied to clipboard

Extend tests

Open MarkusJx opened this issue 3 years ago • 0 comments

New tests should be created for this project. These are located in test/, the file names should be in the format *.test.ts. The testing framework used is mocha with chai.js.

All tests should be written for JRE/JDK 8 for compatibility reasons.

Required knowledge

  • Typescript
  • Java 8

Examples

  • Streams
  • Lists with objects (currently, only Lists in combination with basic types are tested)
  • Functions (using newProxy)

MarkusJx avatar Oct 04 '22 08:10 MarkusJx