Browse and adopt engineering standards, rules, and configurations. Fork to customize for your organization.
java
JUnit 5 (Jupiter) for all tests. Use `@Test`, `@BeforeEach`, `@ParameterizedTest`. Mockito for mocking.
kotlin
Kotest for expressive specs, JUnit 5 for familiarity. MockK for Kotlin-native mocking.