java-tutorials/core-java-modules/core-java-uuid
AndreiMandris d5ad2e0ed8 BAEL-5692 Validate UUID String in Java (#12635)
* BAEL-5692 Validate UUID String in Java

* cleaned up the Main method

* added unit test for uuid validation

* renamed unit test method name

* formatted unit test

* removed unneeded file

* replaced gradle by maven

* removed gradle project

* moved project

* added readme file

* segregated unit tests by validator type.

* inlined the validating logic inside the unit tests

* moved the UUIDValidatorTest.java to core-java-uuid module

* renamed test

Co-authored-by: andrei-mandris <andrei.mandris.ext@deliveryhero.com>
2022-09-23 09:44:52 -07:00
..
src BAEL-5692 Validate UUID String in Java (#12635) 2022-09-23 09:44:52 -07:00
README.md JAVA-8279 Split or move core java module 2021-11-13 21:22:34 +01:00
pom.xml JAVA-11792: Fix formatting of POMs 2022-05-08 16:36:25 +05:30

README.md