Class ModelReaderTest.PomWithoutVersion

java.lang.Object
com.soebes.itf.jupiter.extension.ModelReaderTest.PomWithoutVersion
Enclosing class:
ModelReaderTest

@Nested @DisplayName("A pom file which contains no version but the parent does.") class ModelReaderTest.PomWithoutVersion extends Object
  • Constructor Details

    • PomWithoutVersion

      PomWithoutVersion()
  • Method Details

    • beforeEach

      @BeforeEach void beforeEach()
    • get_version_should_result_in_correct_version

      @Test @DisplayName("should get the version of the parent.") void get_version_should_result_in_correct_version()
    • get_artifactId_should_result_in_correct_artifactId

      @Test @DisplayName("should get the correct artifactId.") void get_artifactId_should_result_in_correct_artifactId()
    • get_groupId_should_return_groupId

      @Test @DisplayName("should get the groupId from parent.") void get_groupId_should_return_groupId()