Uses of Interface
com.google.cloud.testing.BaseEmulatorHelper.EmulatorRunner
-
Packages that use BaseEmulatorHelper.EmulatorRunner Package Description com.google.cloud.testing -
-
Uses of BaseEmulatorHelper.EmulatorRunner in com.google.cloud.testing
Classes in com.google.cloud.testing that implement BaseEmulatorHelper.EmulatorRunner Modifier and Type Class Description protected static class
BaseEmulatorHelper.DownloadableEmulatorRunner
Utility class to start and run an emulator from a download URL.protected static class
BaseEmulatorHelper.GcloudEmulatorRunner
Utility class to start and run an emulator from the Google Cloud SDK.Methods in com.google.cloud.testing that return types with arguments of type BaseEmulatorHelper.EmulatorRunner Modifier and Type Method Description protected abstract List<BaseEmulatorHelper.EmulatorRunner>
BaseEmulatorHelper. getEmulatorRunners()
Returns the emulator runners supported by this emulator.
-