summaryrefslogtreecommitdiff
path: root/test/osgi/src/BasicReflection.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-8927 Update OSGi stuff to get rid of bndlib warningRafaƂ Krzewski2014-10-231-9/+6
| | | | | | | | | | | | | | The way the desired OSGi frameworks are chosen has changed between Pax Exam versions: On earlier versions, specifying it in code was fine, but PAX Exam 4.x runs the tests on the first OSGi framework it finds on classpath. An exclusion for the transitive dependency org.osgi.core was added, because it seems that artifact has broken dependecies (which would have brought us back to square one). Good thing is that it isn't needed here, because the OSGi framework JARs contain all necessary classes.
* Fix feature warnings in test.osgi.compSimon Ochsenreither2014-02-061-0/+2
| | | | | Reduces the amount of noise from 22 lines down to the actually interesting 5 lines of information.
* 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.