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

Implement fake ga client #37

Merged
merged 5 commits into from
Mar 15, 2023

Conversation

eliasyishak
Copy link
Contributor

As requested in https://buganizer.corp.google.com/issues/272229439#comment8 – implementing a fake Google Analytics client class to make tests usable.

At the moment, all getters and methods will throw UnimplementedError errors when used except for sendData which will return a future of type http.Response with the body set as an empty string with a 200 status code

@eliasyishak eliasyishak merged commit 8d18d01 into dart-lang:main Mar 15, 2023
@eliasyishak eliasyishak deleted the implement-fake-ga-client branch March 15, 2023 18:00
mosuem pushed a commit that referenced this pull request Aug 13, 2024
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.5.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@ac59398...8f4b7f8)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants