Class ProfileOnClassIT

java.lang.Object
com.soebes.itf.examples.profiles.ProfileOnClassIT

@MavenJupiterExtension @MavenProfile({"profile-1","profile-2","profile-3"}) class ProfileOnClassIT extends Object
  • Constructor Details

    • ProfileOnClassIT

      ProfileOnClassIT()
  • Method Details

    • profile_1_2_3

      @MavenTest void profile_1_2_3(com.soebes.itf.jupiter.maven.MavenExecutionResult result)
    • profile_1

      @MavenTest @DisplayName("This tests shows that the profile on the method level takes precedence over the mavenProfile on the class level.") @MavenProfile("profile-1") void profile_1(com.soebes.itf.jupiter.maven.MavenExecutionResult result)