Package com.soebes.itf.jupiter.extension.condition
package com.soebes.itf.jupiter.extension.condition
-
ClassDescription
@DisabledForMavenVersion
is used to signal that the annotated test class or test method is disabled on one or more specified Maven version which the tests are being run with.ExecutionCondition
for@DisableForMaven
.@EnabledForMavenVersion
is used to signal that the annotated test class or test method is EnabledForMavenVersion on one or more specified Maven version which the tests are being run with.ExecutionCondition
for@EnabledForMaven
.