You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: routing-annotations/routing-annotated/src/test/java/io/javalin/community/routing/annotations/AnnotatedRoutingTest.kt
+14-3Lines changed: 14 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -216,21 +216,29 @@ class AnnotatedRoutingTest {
216
216
fun`should inject all supported properties from context`() =
217
217
JavalinTest.test(
218
218
Javalin.create { cfg ->
219
+
cfg.validation.register(UUID::class.java) { value ->
0 commit comments