We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c64686 commit 779ad9aCopy full SHA for 779ad9a
java-tests/validating/src/test/kotlin/io/spine/test/options/goes/GoesMutualITest.kt
@@ -99,6 +99,7 @@ internal class GoesMutualITest {
99
}
100
101
102
+ @Suppress("MaxLineLength") // Due to a long method source.
103
@MethodSource("io.spine.test.options.goes.given.GoesMutualTestEnv#messagesWithInterdependentFields")
104
@ParameterizedTest(name = "pass if both mutually dependent fields are not set")
105
fun passIfBothMutuallyDependentFieldsNotSet(message: Class<out Message>) {
0 commit comments