You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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
Examples
newProxy
)The text was updated successfully, but these errors were encountered: