Uses of Interface
org.javalite.test.jspec.JSpecSupport
Packages that use JSpecSupport
Package
Description
TDD support , see Testing with database connection
ActiveWeb - the agile java framework
-
Uses of JSpecSupport in org.javalite.activejdbc.test
Classes in org.javalite.activejdbc.test that implement JSpecSupportModifier and TypeClassDescriptionclassSuper class for tests that need to use a DB connection. -
Uses of JSpecSupport in org.javalite.activeweb
Classes in org.javalite.activeweb that implement JSpecSupportModifier and TypeClassDescriptionclassBootstraps entire application, including AppControllerConfig class, which sets up all filters exactly as at run time.classSuper class for controller tests.classSuper class for controllers requiring a DB connection to the test DB.classUse this as a super class for integration tests that requires a DB connection to the test DB.classUse this as a super class for integration tests that do not require a DB connection.classThis class is not used directly in applications.classThis class is not used directly in applications.classThis is a spec used to test templates and custom tags.