]> git.mxchange.org Git - juser-core.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Sat, 12 Nov 2022 13:28:52 +0000 (14:28 +0100)
committerRoland Häder <roland@mxchange.org>
Sat, 12 Nov 2022 13:30:44 +0000 (14:30 +0100)
commit0d9639346e90fcbdf51ee061eb0181834d9b24d9
tree14fed2bd5278b2b3b56bdfa63f58308475ca092d
parent31050ea1bd570e63854f3c4070a390142ba08793
Continued:
- added unit tests for UserUtils class (finished) based on TestNG 6.8.1
- added jcountry-core and jcore-utils as JAR dependencies as the unit tests
  require them to be around
- updated jar(s)
12 files changed:
lib/jcontacts-core.jar
lib/jcore-utils.jar
lib/jcountry-core.jar [new file with mode: 0644]
lib/jphone-core.jar [new file with mode: 0644]
lib/nblibraries.properties
lib/testng/testng-6.8.1-dist.jar [new file with mode: 0644]
nbproject/project.properties
src/org/mxchange/jusercore/model/user/LoginUser.java
src/org/mxchange/jusercore/model/utils/UserUtils.java
test/JUserCoreTestNGSuite.xml [new file with mode: 0644]
test/org/mxchange/jusercore/model/UserTestData.java [new file with mode: 0644]
test/org/mxchange/jusercore/model/utils/UserUtilsTest.java [new file with mode: 0644]