java-tutorials/libraries
Dhawal Kapil 11edaaf4bc BAEL-1712 Fix tests in libraries project (#4630)
* BAEL-1712 Fix tests in libraries project

-Renamed 45 test files to standard naming conventions.
-Updated maven dependencies in libraries/pom.xml
-Fixed assertion errors in some tests.
-Included libraries project back into parent pom.xml

* BAEL-1712 Fix tests in libraries project

-Downgraded apache maven pmd plugin from 3.9.0 to 3.8 because pmd 6.0.1 present in pmd plugin 3.9.0 was unable to resolve classes having static final inner classes and was resulting into build failure.

* BAEL-1712 Fix libraries

-Fixed JodaTimeUnitTest
2018-07-06 17:33:23 +02:00
..
src BAEL-1712 Fix tests in libraries project (#4630) 2018-07-06 17:33:23 +02:00
.gitignore BAEL-1200 JavaPoet (#4500) 2018-06-20 00:32:28 +02:00
README.md BAEL-7217 (#4637) 2018-07-06 09:25:49 +02:00
chromedriver #BAEL-914 SerenityBDD and Screenplay (#2001) 2017-06-06 12:32:25 +02:00
helloWorld.docx testing work 2018-04-07 00:02:53 +03:00
log4j.properties unused import cleanup 2018-03-04 17:42:36 +02:00
myPersistence.xml uncomment classes in core-java (#1777) 2017-05-04 12:22:25 +02:00
pom.xml BAEL-1712 Fix tests in libraries project (#4630) 2018-07-06 17:33:23 +02:00
serenity.properties BAEL-758 (#1704) 2017-04-24 08:36:58 +02:00

README.md

Relevant articles

The libraries module contains examples related to small libraries that are relatively easy to use and does not require any separate module of its own.

The code examples related to different libraries should go in a new package.

Remember, for advanced libraries like JUnit, Jackson, etc. we already have separate modules. Please make sure to have a look at the existing modules in such cases.