You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by Andrea Del Bene <ad...@ciseonweb.it> on 2010/12/09 16:31:13 UTC

App1Test classes.

Hi,

recently I've took a look at Wicket source and in package 
'testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest' 
I've noticed following classes: App1Test1, App1Test2, App1Test3 and 
App2Test1. These classes are all executable (they have main method).
It's not clear to me who run these classes and why they are not TestCase 
classes as I would expect.

Thank you in advance.