You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ares now provides a way to register custom IO testers and replace the IOTester Ares now provides @WithIOManager which can be applied to test classes, methods and annotations and requires a IOManager subclass. This subclass can then choose to play with the System.in, out and err as the user prefers. It can also supply an IO test controller object that can be injected like IOTester as a parameter. This fixes #105 and probably provides a more satisfactory solution for #114. The feature is currently marked experimental, but not much change is expected.