Hi,

I want to unit test some component behaviors I've created.
Is there a nice way of doing this without having to stub out dummy pages?

The only example I can find is
http://svn.apache.org/repos/asf/wicket/trunk/jdk-1.4/wicket/src/test/java/org/apache/wicket/behavior/AttributeAppenderTest.java

but its a pretty basic test.

I'd like to test the values of a tag based on some activity, but would
rather not have dummy page classes kicking around.

Rgds

Ned
-- 
View this message in context: 
http://www.nabble.com/Best-method-of-testing-borders-tp16389412p16389412.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to