Package org.nuiton.version
Class VersionsTest
- java.lang.Object
-
- org.nuiton.version.VersionsTest
-
-
Constructor Summary
Constructors Constructor Description VersionsTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testExtractIllegalParams()
Test to create a new version by extracting with illegal parameters.void
testExtractSingleComponent()
Test to create a new version by extracting a single component.void
testExtractTwoComponents()
Test to create a new version by extracting a components sub set.void
testIncrements()
-
-
-
Method Detail
-
testExtractSingleComponent
public void testExtractSingleComponent()
Test to create a new version by extracting a single component.
-
testExtractTwoComponents
public void testExtractTwoComponents()
Test to create a new version by extracting a components sub set.
-
testExtractIllegalParams
public void testExtractIllegalParams()
Test to create a new version by extracting with illegal parameters.
-
testIncrements
public void testIncrements()
-
-