FormFaces JavaScript Test Suite

This file lists unit tests written for use in development. If you're looking for examples pages that demonstrate FormFaces' capabilities, view the example pages we've included instead.

Unit tests are small tests that we can run during development to verify that our code is still working and that we haven't accidentally introduced any new bugs. Unless you're a developer working on or modifying FormFaces, you probably won't find these unit tests very interesting!

To run these tests, open the JsUnit TestRunner. On that page you must enter the full path to this file (index.html). Most of FormFaces is interactive in nature and so cannot be covered by unit tests. The test suite only tests a small subset of FormFaces.

JavaScript

inheritance.html
Tests Inheritance

XPath

token.html
Tests the XPathToken class.
tokenizer.html
Tests the XPath tokenizer.
parser.html
Tests the XPath parser.
xpath.html
Tests XPath evaluation and performance.
functions.html
Tests the XPath core function library.
xpathFunctions.html
Tests the XForms function library.

XForms

object.html
Tests the XFormObject class.
instance.html
Tests the XFormInstance class.
binding.html
Tests the XFormBinding class.
submission.html
Tests the XFormSubmission class.
boundElements.html
Tests elements with binding attributes.