Package org.apache.maven.plugins.invoker
Class SelectorUtilsTest
- java.lang.Object
-
- org.apache.maven.plugins.invoker.SelectorUtilsTest
-
public class SelectorUtilsTest extends java.lang.Object
TestsSelectorUtils
.- Author:
- Benjamin Bentmann
-
-
Constructor Summary
Constructors Constructor Description SelectorUtilsTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testCompareVersions()
void
testIsMatchingJre()
void
testIsMatchingToolchain()
void
testParseList()
void
testParseVersion()
-
-
-
Method Detail
-
testParseList
public void testParseList()
-
testParseVersion
public void testParseVersion()
-
testCompareVersions
public void testCompareVersions()
-
testIsMatchingJre
public void testIsMatchingJre()
-
testIsMatchingToolchain
public void testIsMatchingToolchain() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-