Class TestArtifactInfo

java.lang.Object
org.apache.maven.surefire.api.testset.TestArtifactInfo

public class TestArtifactInfo extends Object
Contains information about the detected test artifact
Author:
Kristian Rosenvold
  • Constructor Details

    • TestArtifactInfo

      public TestArtifactInfo(String version, String classifier)
  • Method Details

    • getVersion

      public String getVersion()
    • getClassifier

      public String getClassifier()