Packages

p

net.liftweb

mockweb

package mockweb

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. abstract class WebSpec extends Specification with XmlMatchers

    This trait provides Lift-specific extensions to the Specification base trait to simplify unit testing of your code.

    This trait provides Lift-specific extensions to the Specification base trait to simplify unit testing of your code. In addition to the Scaladoc, Please see the source to WebSpecSpec.scala for an example of how to use this. This class allows you to optionally configure LiftRules for your spec. LiftRules rules are always used, so if you don't want that to happen you can just use MockWeb directly in your own custom spec and simply omit any LiftRules setup.

Value Members

  1. object MockWeb

    The MockWeb object contains various methods to simplify unit testing in Lift outside of the full-blown testkit stack.

    The MockWeb object contains various methods to simplify unit testing in Lift outside of the full-blown testkit stack.

    There is partial support for configuration defined in the LiftRules object. This includes:

    • early
    • statelessRewrite
    • statelessTest
    • statefulRewrite

Ungrouped