Version/test/com/dorkbox/version
nathan 447cdfb68e Added additional exception to parsing for SEMVER, so build information can be following the version numbers using '.'.
Not all projects follow semver in their version information, and if we are to use any sort of enforcable semantics for versioning, we have to permit PARSING more relaxed formats (using sensible defaults).  When *writing* this information, it will be compatible and correct
2020-08-05 02:36:49 +02:00
..
expr Refactored package name from semver -> version 2018-08-05 15:10:01 +02:00
util Refactored package name from semver -> version 2018-08-05 15:10:01 +02:00
MetadataVersionTest.java Refactored package name from semver -> version 2018-08-05 15:10:01 +02:00
NormalVersionTest.java Added tests to make sure patch info is removed/kept appropriately 2018-08-05 15:38:37 +02:00
ParserErrorHandlingTest.java Added additional exception to parsing for SEMVER, so build information can be following the version numbers using '.'. 2020-08-05 02:36:49 +02:00
VersionParserCharTypeTest.java Refactored package name from semver -> version 2018-08-05 15:10:01 +02:00
VersionParserTest.java Refactored package name from semver -> version 2018-08-05 15:10:01 +02:00
VersionTest.java Added additional exception to parsing for SEMVER, so build information can be following the version numbers using '.'. 2020-08-05 02:36:49 +02:00