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 voidtestExtractIllegalParams()Test to create a new version by extracting with illegal parameters.voidtestExtractSingleComponent()Test to create a new version by extracting a single component.voidtestExtractTwoComponents()Test to create a new version by extracting a components sub set.voidtestIncrements()
-
-
-
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()
-
-