Framework Mode - @NullSource and @EmptySource
Folder Structure
project-root/ ├── src/ │ ├── main/ │ │ └── java/ │ │ └── com/example/app/ │ │ └── Service.java │ └── test/ │ └── java/ │ └── com/example/app/ │ ├── ServiceTest.java <-- Tests using @NullSource and @EmptySource │ └── utils/ │ └── TestUtils.java ├── build.gradle or pom.xml └── junit-platform.properties