summaryrefslogtreecommitdiff
path: root/test/osgi/src/BasicReflection.scala
Commit message (Collapse)AuthorAgeFilesLines
* Changes reflection tests to use shorter name constructorsDen Shabalin2012-12-251-9/+9
|
* Additional OSGi tests.Josh Suereth2012-09-191-2/+2
| | | | | | | * Ensure scala-library can be resolved on its own, and with sun.misc.Unsafe usage. * Ensure reflection works without scala-compiler.jar * Ensure ToolBox's can see all classes necessary when evaluating expressions. * Cleanup test helper for filtering in/out bundles.
* Adds very simplistic reflection in OSGi test. Provides the frameworkJosh Suereth2012-09-181-0/+66
to discover important reflection bugs in OSGi containers.