Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for setting in which kind of runnings the annotations apply #7

Open
mkotsbak opened this issue Jun 5, 2010 · 1 comment
Open
Labels

Comments

@mkotsbak
Copy link
Contributor

mkotsbak commented Jun 5, 2010

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.

@jhannes
Copy link
Contributor

jhannes commented Jun 5, 2010

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants