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

[swift] Add testing helpers #330

Closed
davidapgar opened this issue Apr 29, 2019 · 0 comments · Fixed by #332
Closed

[swift] Add testing helpers #330

davidapgar opened this issue Apr 29, 2019 · 0 comments · Fixed by #332
Assignees

Comments

@davidapgar
Copy link
Collaborator

To help facilitate unit/integration testing, add a WorkflowTesting pod with useful testers.

This includes an "action" tester, as well as "render" tester

@davidapgar davidapgar self-assigned this Apr 29, 2019
davidapgar pushed a commit that referenced this issue Apr 30, 2019
Currently only supports asserting state and validating the rendering
davidapgar pushed a commit that referenced this issue Apr 30, 2019
davidapgar pushed a commit that referenced this issue Apr 30, 2019
This provides an expectation based way to test calls to `render`
with the render lifecycle being simulated.

Additionally, provides a convenient way to test `Action`s through
chaining.

Closes #330
davidapgar pushed a commit that referenced this issue Apr 30, 2019
This provides an expectation based way to test calls to `render`
with the render lifecycle being simulated.

Additionally, provides a convenient way to test `Action`s through
chaining.

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

Successfully merging a pull request may close this issue.

1 participant