Writing a simple Filesystem using Fuse and java 172021-11-28 Java Foreign memory accessWriting a simple filesystem using FUSE and the Foreign memory access functionality that project Panama adds to Java.
Parameterized tests with Junit2021-08-16 Junit TestingParameterized tests help you to reduce the amount of testing code you need for test cases that only need different input and or output.