| Get a decorator that will ensure no security manger
is installed to run a test. Not supported for suites.
An empty suite is returned if a security manager was installed
externally, i.e. not under the control of the BaseTestCase
and this code. In this case the code can not support the
mode of no security manager as it may not have enough information
to re-install the security manager. So the passed in test
will be skipped.
|