Replies: 2 comments
-
If you bundle all tests in a single class
|
Beta Was this translation helpful? Give feedback.
0 replies
-
You can probably also use the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I need help, I'm going to create a library for my team, for example: timeA-archunit will be the name of the library, in this lib we will implement archunit and create the tests, then we will add this lib to our projects, looking like this:
projectA will have a dependency on our timeA-archunit lib, because when we need to add more validations, we just add them to our lib and bump the version in the other services that use our timeA-archunit, how can I achieve it?
Beta Was this translation helpful? Give feedback.
All reactions