org.apache.maven.surefire.testset
Class TestArtifactInfo

java.lang.Object
  extended by org.apache.maven.surefire.testset.TestArtifactInfo

public class TestArtifactInfo
extends Object

Contains information about the detected test artifact

Author:
Kristian Rosenvold

Constructor Summary
TestArtifactInfo(String version, String classifier)
           
 
Method Summary
 String getClassifier()
           
 String getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestArtifactInfo

public TestArtifactInfo(String version,
                        String classifier)
Method Detail

getVersion

public String getVersion()

getClassifier

public String getClassifier()


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.