| org.apache.tapestry.internal.services.ClassNameLocatorImplTest
ClassNameLocatorImplTest | public class ClassNameLocatorImplTest extends Assert (Code) | | Tricky to test, since the code is literally hunting around inside its own brain. There's a lot of
room for unintended consequences here.
|
classes_in_jar_file | public void classes_in_jar_file()(Code) | | Use various packages in tapestry-ioc to test this, as those don't change unexpectedly(-ish)
and we know they are in a JAR on the classpath.
|
classes_in_local_folders | public void classes_in_local_folders()(Code) | | This time, we use a selection of classes from tapestry-core, since those will never be
packaged inside a JAR at this time.
|
classes_in_subpackage_in_jar_file | public void classes_in_subpackage_in_jar_file()(Code) | | |
classes_in_subpackages_in_local_folders | public void classes_in_subpackages_in_local_folders()(Code) | | |
|
|