- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for includeSpockAnnotation (0.49 sec)
-
build-logic/integration-testing/src/main/kotlin/gradlebuild.integration-tests.gradle.kts
* See the License for the specific language governing permissions and * limitations under the License. */ import gradlebuild.basics.testing.TestType import gradlebuild.basics.testing.includeSpockAnnotation import gradlebuild.integrationtests.addDependenciesAndConfigurations import gradlebuild.integrationtests.configureIde import gradlebuild.integrationtests.createTasks import gradlebuild.integrationtests.createTestTask
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Aug 18 16:39:23 UTC 2025 - 2.4K bytes - Viewed (5) -
build-logic-commons/basics/src/main/kotlin/gradlebuild/basics/testing/TestType.kt
INTEGRATION("integ", listOf("embedded", "forking", "noDaemon", "parallel", "configCache", "isolatedProjects")), CROSSVERSION("crossVersion", listOf("embedded", "forking")) } fun Test.includeSpockAnnotation(fqcn: String) { systemProperties.compute("include.spock.annotation") { _, oldValue -> if (oldValue == null) fqcn else "$oldValue,$fqcn" } } fun Test.excludeSpockAnnotation(fqcn: String) {
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Sat Sep 30 16:17:28 UTC 2023 - 1.3K bytes - Viewed (0)