Package com.soebes.itf.jupiter.extension
Class ModelReaderTest.PomWithoutGroupId
java.lang.Object
com.soebes.itf.jupiter.extension.ModelReaderTest.PomWithoutGroupId
- Enclosing class:
- ModelReaderTest
@Nested
@DisplayName("A pom file which contains artifactId and version")
class ModelReaderTest.PomWithoutGroupId
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
(package private) void
(package private) void
-
Constructor Details
-
PomWithoutGroupId
PomWithoutGroupId()
-
-
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 from parent.") void get_groupId_should_return_groupId()
-