Skip to content

Commit

Permalink
Added module wicket-core-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bitstorm committed Oct 18, 2023
1 parent bd69d6b commit 429ed45
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Wicket is available as a binary package on the main site http://wicket.apache.o
|===
| *Module's name* | *Description* | *Dependencies*
| wicket-core | Contains the main classes of the framework, like class _Component_ and _Application_. | wicket-request, wicket-util
| wicket-tester | Contains common classes for unit testing (like _WicketTester_) and test cases for wicket-core. | wicket-core
| wicket-tester | Contains common classes for unit testing (like _WicketTester_). | wicket-core
| wicket-core-tests | Contains test cases for wicket-core. | wicket-core, wicket-tester
| wicket-request | This module contains the classes involved into web request processing. | wicket-util
| wicket-util | Contains general-purpose utility classes for functional areas such as I/O, lang, string manipulation, security, etc... | None
| wicket-bean-validation | Provides support for JSR 303 standard validation. | wicket-core, wicket-tester
Expand Down

0 comments on commit 429ed45

Please sign in to comment.