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

Add BaseEmulatorHelper class and tests, refactor helper classes #1377

Merged
merged 2 commits into from
Nov 9, 2016

Conversation

mziccard
Copy link
Contributor

@mziccard mziccard commented Nov 8, 2016

No description provided.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Nov 8, 2016
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.3%) to 83.841% when pulling bfb875e on mziccard:refactor-helpers into e5f9046 on GoogleCloudPlatform:master.

* Returns the emulator runners supported by this emulator. Runners are evaluated in order, the
* first available runner is selected and executed
*/
protected abstract List<EmulatorRunner> emulatorRunners();

This comment was marked as spam.

return currentVersion != null && currentVersion.compareTo(minVersion) >= 0;
}

private Version installedEmulatorVersion(String versionPrefix)

This comment was marked as spam.

/**
* Utility class to start and stop a local service which is used by unit testing.
*/
public abstract class BaseEmulatorHelper<T extends ServiceOptions> {

This comment was marked as spam.

This comment was marked as spam.

@garrettjonesgoogle
Copy link
Member

LGTM

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.3%) to 83.839% when pulling 1038a52 on mziccard:refactor-helpers into e5f9046 on GoogleCloudPlatform:master.

@mziccard mziccard merged commit c9e1630 into googleapis:master Nov 9, 2016
github-actions bot pushed a commit that referenced this pull request Jul 1, 2022
* chore: upgrade black to 22.3.0

* update lint also

* run blacken session

* ci: use click>8.0 for blacken/lint sessions

* chore: fix typo

Co-authored-by: nicain <nicholascain@google.com>

* rebase error

Co-authored-by: nicain <nicholascain@google.com>
Source-Link: googleapis/synthtool@0dcf739
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:4a8d2d787ea374ba929e37c39c4b16d2498044e24ef123077125b946cac2dcdc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants