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

Move GREYConfiguration to generated code #693

Merged
merged 3 commits into from
May 8, 2018

Conversation

DanielMSchmidt
Copy link
Contributor

Goal

The goal of this PR is to move the self-written wrapper around GREYConfiguration over to generated code. This has the side-effect that I need to allow id as a type, which enables a lot of different APIs we haven't had before (which are relatively unguarded from a generation perspective, but that's due their nature).

Commits

  1. Generate the APIs needed and translate GREYCondition code
  2. "Inline" GREYCondition code, so that it directly uses the generated files & remove the hand-written GREYCondition file
  3. Rename GREYConditionApi to GREYCondition

@DanielMSchmidt DanielMSchmidt requested a review from rotemmiz April 25, 2018 22:03
@DanielMSchmidt DanielMSchmidt self-assigned this Apr 25, 2018
@DanielMSchmidt DanielMSchmidt force-pushed the danielmschmidt/move-ios-driver-to-generated-code branch from b45b22f to 129afb8 Compare April 28, 2018 07:03
@DanielMSchmidt
Copy link
Contributor Author

@rotemmiz This refactoring is ready now 👍

@rotemmiz rotemmiz merged commit 2f6dca7 into master May 8, 2018
@wix wix locked and limited conversation to collaborators Jul 23, 2018
@LeoNatan LeoNatan deleted the danielmschmidt/move-ios-driver-to-generated-code branch July 22, 2019 02:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants