Class TestArtifactInfo
- java.lang.Object
-
- org.apache.maven.surefire.api.testset.TestArtifactInfo
-
public class TestArtifactInfo extends java.lang.Object
Contains information about the detected test artifact- Author:
- Kristian Rosenvold
-
-
Constructor Summary
Constructors Constructor Description TestArtifactInfo(java.lang.String version, java.lang.String classifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getClassifier()
java.lang.String
getVersion()
-