Package org.nuiton.version
Class VersionBuilderTest
- java.lang.Object
-
- org.nuiton.version.VersionBuilderTest
-
public class VersionBuilderTest extends Object
Created on 7/10/14.- Since:
- 3.0
- Author:
- Tony Chemit - chemit@codelutin.com
-
-
Constructor Summary
Constructors Constructor Description VersionBuilderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
buildVersion(Version version, String stringRepresentation, int nbComponants, boolean snapshot, Comparable... componants)
void
testBuildVersionFromComponants()
void
testBuildVersionFromString()
-
-
-
Method Detail
-
testBuildVersionFromString
public void testBuildVersionFromString()
-
testBuildVersionFromComponants
public void testBuildVersionFromComponants()
-
buildVersion
protected void buildVersion(Version version, String stringRepresentation, int nbComponants, boolean snapshot, Comparable... componants)
-
-