Expose the ArtemisSecurityManager methods via TestUtils #53
Labels
code quality
The quality of the source code needs to be improved [no change of functionality]
enhancement
New feature or request
The
ArtemisSecurityManager
contains methods required to whitelist threads and manage other security issues, such as proposed in #52. We should use an official class with static method for that which delegates to the methods of the security manager.It should also be considered to rename
TestUtils
to something that is more associated with Ares, such as anAres
class.All of that would improve readability and finding as well as documenting the methods and features that Aresprovides besides the annotations.
The text was updated successfully, but these errors were encountered: