An example unit test showing the use of Mock Tags to test a (non existent) web service and a database.
We use Mock Tags to mimick what the SQL and web service tags should do and unit test that they are called correctly.
Added new SQL tags that allow a ResultSet to be created programatically without actually performing any SQL.
This can be useful for implementing Mock Tags (like Mock Objects but Tags) etc.
Added support for inheritence of dynamic tag libraries. This allows individual tags to be overloaded from an existing library or from a dynamic library.
Added support for inheritence of dynamic tag libraries. This allows individual tags to be overloaded from an existing library or from a dynamic library.