Jean-Baptiste Quenot wrote:
* Jean-Baptiste Quenot:
* Ralph Goers:
These classes are for unit testing.
Exactly. And part of my tests involve classes running in the
webapp.
Stuff that goes in the webapp is in the samples directory.
What are you wanting to do?
I don't want my unit tests to reside in the samples directory,
but in the src/webapp/test-suite which seems to be more
appropriate.
To followup on this, I think we should write our webapp-based
tests in src/webapp/test-suite instead of src/samples/test.
This is fine as long as they don't end up in the webapp that gets built
when you do a build.sh war or webapp.
Currently, samples/test does not have Java classes.
I intend to modify the build to copy cocoon-testcase.jar into
the webapp, so that the test-suite can use the classes in
cocoon-testcase.jar. Of course test-suite can be deactivated by
setting exclude.webapp-test-suite=true.
-1. I don't want test classes in my production webapp.
The new test classes needed for my caching test suite are:
IncrementGenerator, IncrementTransformer, ContextGenerator and
ResetCounterAction.
Any comment?