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
In multilayered systems one class can both be a dependency in one test and a recording in another. This can be solved by adding a parameter to the annotations in which test it should apply. The easiest is probably to use text string as parameter.
The text was updated successfully, but these errors were encountered:
An alternative could be to use more annotation pointcut mechanisms, so that other classes than those that are annotated can be used as Recording or Dependent classes. Once the RecordingAspect is better factored, we can look into this.
In multilayered systems one class can both be a dependency in one test and a recording in another. This can be solved by adding a parameter to the annotations in which test it should apply. The easiest is probably to use text string as parameter.
The text was updated successfully, but these errors were encountered: