Portable validations for Kotlin. Kotest provides various matches for use with Konform. They can be used in your tests to assert that a given object is validated successfully or fails validation with specific error messages.
Features
- Type-safe DSL
- Multi-platform support (JVM, JS)
- Documentation available
- Zero dependencies
- Using the Konform type-safe DSL you can quickly write up a validation
- You can define validations for nested classes and use them for new validations
- Integration with testing libraries
