Class ModelReader

java.lang.Object
com.soebes.itf.jupiter.extension.ModelReader

class ModelReader extends Object
This will read information from the Model which can be accessed by other parts of the integration tests.
Author:
Karl Heinz Marbaise
  • Constructor Details

    • ModelReader

      ModelReader(org.apache.maven.model.Model model)
  • Method Details

    • getGroupId

      public String getGroupId()
    • getVersion

      public String getVersion()
    • getArtifactId

      public String getArtifactId()