Class VersionBuilderTest


  • public class VersionBuilderTest
    extends Object
    Created on 7/10/14.
    Since:
    3.0
    Author:
    Tony Chemit - chemit@codelutin.com
    • Constructor Detail

      • VersionBuilderTest

        public VersionBuilderTest()
    • Method Detail

      • testBuildVersionFromString

        public void testBuildVersionFromString()
      • testBuildVersionFromComponants

        public void testBuildVersionFromComponants()
      • buildVersion

        protected void buildVersion​(Version version,
                                    String stringRepresentation,
                                    int nbComponants,
                                    boolean snapshot,
                                    Comparable... componants)