node-java-bridge
node-java-bridge copied to clipboard
Extend tests
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)