Skip to content

A library for testing websites

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE_HEADER
Notifications You must be signed in to change notification settings

hazendaz/httpunit

 
 

Repository files navigation

httpunit

A library for testing websites

Project

Stack Overflow Questions & Answers

http://stackoverflow.com/questions/tagged/http-unit

Servlet 3.1.0 and jsp initializer

After getting ServletRunner to establish the Instance Manager, add the following to your code to use tomcat 8 and better

    // Initializer Jasper
    final JasperInitializer jsp = new JasperInitializer();
    jsp.onStartup(null, this.runner.getSession(true).getServletContext());

Jakarta Support

See 'jakarta' branch with support at release 2.0.0

About

A library for testing websites

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE_HEADER

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 97.8%
  • HTML 2.1%
  • CSS 0.1%