setup Testing
fun Project.setupTesting(junitBomConfig: DependencyConfig, block: Test.() -> Unit = {}): TaskProvider<Test>
Sets up the project for testing with JUnit
Adds the JUnit Jupiter and JUnit Platform dependencies
Configures the test task to use JUnit Platform
Return
The test task that was configured
Parameters
junit Bom Config
The configuration for the JUnit BOM dependency
configuration
The configuration for the test task