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

Allow expectations on BUFFER, TABLE and DATASET parameters #30

Open
msabbott opened this issue Jun 18, 2015 · 0 comments
Open

Allow expectations on BUFFER, TABLE and DATASET parameters #30

msabbott opened this issue Jun 18, 2015 · 0 comments

Comments

@msabbott
Copy link
Owner

In issue #22, changes were made to fix an issue where recording the value of BUFFER, TABLE and DATASET parameters would fail.

The fix was to only generate calls to OEMockRegister:RegisterMethodCallParam() for primitive (and object) type parameters. This prevents expectations from being raised on BUFFER, TABLE and DATASET parameters.

New functionality should be added to allow expectations to be set on these parameters.

For each parameter type, different types of expectations are required - for example, on a BUFFER type, do you verify that a record is available or not? On a TABLE parameter, do you verify the number of records that are linked to the table?

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