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

There is no mechanism to skip individual tests in a contract test. #12

Open
Claudenw opened this issue Dec 28, 2017 · 0 comments
Open
Assignees

Comments

@Claudenw
Copy link
Owner

The "skip" attribute of the ContractImpl annotation lists interfaces of the class under test that should not be tested.

The "ignore" attribute fo the @ContractImpl annotation lists the test implementations that apply t othe class under test that should not be executed.

However, there is no mechanism to exclude specific tests from test implementations. This is required when classes do not implement all the functionality the test exercises but other tests are applicable.

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

No branches or pull requests

1 participant