Class ModelReaderTest.PomWithGAV

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

@Nested @DisplayName("A pom file which contains groupId,artifactId and version") class ModelReaderTest.PomWithGAV extends Object
  • Constructor Details

    • PomWithGAV

      PomWithGAV()
  • Method Details

    • beforeEach

      @BeforeEach void beforeEach()
    • get_version_should_result_in_correct_version

      @Test @DisplayName("should get the correct version.") 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") void get_groupId_should_return_groupId()