Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: WicketTester and MockWebApplication

...

Code Block
LibrarySession.get().isSignedIn();

WicketTester and MockWebApplication

MockWebApplication and WicketTester are no longer derived from WebApplication which allows to use
"MyApplication" for testing as well instead of copy & paste the MyApps code.

Filter instead of a Servlet

...