P
pkriens
The easy solution is to load the class via a separate class loader.
This allows you to just create a new class for each of your tests. The
URLClassLoader is quite easy to use for this.
If you would use OSGi (e.g. Oscar or Knopflerfish), you could write
your tests as bundles and the infrastructure would provide this
behavior for you.
Kind regards,
Peter Kriens
This allows you to just create a new class for each of your tests. The
URLClassLoader is quite easy to use for this.
If you would use OSGi (e.g. Oscar or Knopflerfish), you could write
your tests as bundles and the infrastructure would provide this
behavior for you.
Kind regards,
Peter Kriens