This fragment allows you to test your plugin with Junit 5.
This fragment will be invoke when the main plugin is creating.
- Annotations Assertion: Allows you to test the annotation over a class, see Annotations.java.
- Random Test Util: It is a collection of random utils, see RandomTestUtil.java.
- Random Test Util: Allows you to get a private field form reflection, see ReflectionTestUtil.java.
If you want to add any file resource use the resources
folder.