This directory contains various projects demonstrating using Specnaz in different settings.
- specnaz-java-examples contains examples of using Specnaz with JUnit 4 in Java.
- specnaz-kotlin-examples contains examples of using Specnaz with JUnit 4 in the Kotlin programming language.
- specnaz-groovy-examples contains guidance how to use Specnaz in the Groovy programming language.
- specnaz-junit-rules-examples shows how to leverage the JUnit 4 Rules API in Specnaz, including using third-party Rules from Mockito, Spring and Dropwizard.
- specnaz-testng-examples contains examples of using Specnaz with TestNG in Java and Kotlin.
- specnaz-junit-platform-examples shows how to use Specnaz with JUnit 5 as the test runner, in Java and Kotlin.
- specnaz-custom-dsl-example walks you through extending Specnaz by creating your own custom DSL for defining tests.