>For wtkx resources loading, why not add the ability to load the file,
>but searching it from the classpath, but in this case specifying in

The argument passed to the @Load annotation specifies a resource name, which 
translates to a file on the classpath. Without a leading slash, it is 
interpreted as relative to the class performing the load. With a leading slash, 
it is an absolute path.

>we haven't a base class for Unit Testing, is time to write one ? 

I don't think JUnit enforces any kind of base class, so I'm not sure we need 
one. Did you have something specific in mind?

Reply via email to