Junit 5 | Creating Dynamic tests with @TestFactory2022-01-24 Junit TestingWhat are Sealed classes and how are they used.
Creating deserialization filters2021-12-21 Java deserializationCreating objectInputStream filters to prevent certain object from being deserialized
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.