Ares icon indicating copy to clipboard operation
Ares copied to clipboard

The Artemis Java Test Sandbox. A JUnit 5 Extension for Easy and Secure Artemis Java Testing

Results 17 Ares issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Currently, the structural tests only generate one test case per class, that combines every constructor/attribute/method. If only one is not...

enhancement

**Consider releasing a new major Ares version 2.0.0 that introduces some breaking changes:** - Possibly, a better solution is to merge both Hidden/Public annotations into one, which both support JUnit...

enhancement
help wanted
question
security
code quality

Basics that need to be covered: - [x] Using Ares in Maven - [x] Basic JUnit test example transformation with `@Public` and implications - [ ] Security and default Configuration...

documentation

This has the advantage that access to packages can further be controlled, also affecting access to public types and reflective access. This increases the level of security in general. So...

enhancement
security
on hold

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...

enhancement
code quality

- [ ] Provide Javadoc for the elements of all the annotations (`value` and others). - [ ] Update the information in the comments about security, hidden tests and deadlines....

documentation

**Describe the bug** The logging configuration should not be part of the jar, as this interferes with a custom configuration.