eo icon indicating copy to clipboard operation
eo copied to clipboard

Move `@CaptureLogs` out of repository

Open maxonfjvipon opened this issue 2 years ago • 1 comments

While working on #2801 I faced the situation where I need @CaptureLogs annotation in eo-parser module. But it can't be used there because it's defined in eo-maven-plugin. Let's move it out to the separated repository so we can use it in eo-maven-plugin and eo-parser as well just like we did with @WeAreOnline

maxonfjvipon avatar Jan 19 '24 09:01 maxonfjvipon

@maxonfjvipon this indeed is a good idea. I suggest you to create your own open source repository, release it to Maven Central and then use it here. However, before doing this, check whether such a JUnit annotation is definitely absent. It looks to me like a very typical task for testing scenarios. I will be surprised if nobody has yet implemented it.

yegor256 avatar Jan 19 '24 11:01 yegor256