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 filtering on a result-set in system-under-test #80

Closed
Seddryck opened this issue Jun 25, 2015 · 2 comments
Closed

Support filtering on a result-set in system-under-test #80

Seddryck opened this issue Jun 25, 2015 · 2 comments

Comments

@Seddryck
Copy link
Owner

Currently, you can't change the result-set once it's loaded (by a query, from a file, ...) but sometimes, it's needed. It would be great to have the opportunity to use a feature to only assert on a subset of the rows.

@Seddryck Seddryck self-assigned this Jun 25, 2015
@Seddryck Seddryck changed the title Add support for testing existence of sets Support filtering on a result-set Jun 25, 2015
@Seddryck Seddryck added this to the v1.11 milestone Jul 1, 2015
@Seddryck Seddryck removed this from the v1.11 milestone Aug 11, 2015
@Seddryck Seddryck added this to the v1.17 milestone Oct 26, 2017
@Seddryck
Copy link
Owner Author

Seddryck commented Oct 26, 2017

In v1.15, filters are supported in the assertion for row-count. It shouldn't be too complex to also support them in a result-set defined in the system-under-test.

@Seddryck Seddryck changed the title Support filtering on a result-set Support filtering on a result-set in system-under-test Oct 27, 2017
@Seddryck
Copy link
Owner Author

Seddryck commented Nov 1, 2017

Beta available at https://ci.appveyor.com/project/Seddryck/nbi/build/1.17.0-beta.38.build.156

This feature is only available for the syntax 2.x. It means that the system-under-test must be a result-set!

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