[K/N] Implement lightweight tests for ObjC header generation

This commit is contained in:
Sebastian Sellmair
2023-11-21 13:59:09 +01:00
committed by Space Team
parent 06811dfc2f
commit ddd97e84b9
41 changed files with 1074 additions and 2 deletions
@@ -103,6 +103,11 @@ enum class JUnitMode {
JUnit4, JUnit5
}
/**
* Convenience function to expose Project.projectTest for groovy
*/
fun projectTest(project: Project) = project.projectTest()
/**
* @param parallel is redundant if @param jUnit5Enabled is true, because
* JUnit5 supports parallel test execution by itself, without gradle help