Uses of Class
dev.galasa.framework.spi.FrameworkException
Package
Description
Galasa Framework - Framework setup routines
Galasa Framework - SPI
-
Uses of FrameworkException in dev.galasa.framework
Modifier and TypeMethodDescriptionboolean
ITestRunManagers.anyReasonTestClassShouldBeIgnored()
boolean
TestRunManagers.anyReasonTestClassShouldBeIgnored()
ITestRunManagers.anyReasonTestMethodShouldBeIgnored
(@NotNull GalasaMethod galasaMethod) TestRunManagers.anyReasonTestMethodShouldBeIgnored
(@NotNull GalasaMethod galasaMethod) ITestRunManagers.endOfTestClass
(@NotNull Result result, Throwable currentException) TestRunManagers.endOfTestClass
(@NotNull Result result, Throwable currentException) ITestRunManagers.endOfTestMethod
(@NotNull GalasaMethod galasaMethod, @NotNull Result currentResult, Throwable currentException) TestRunManagers.endOfTestMethod
(@NotNull GalasaMethod galasaMethod, @NotNull Result currentResult, Throwable currentException) void
ITestRunManagers.fillAnnotatedFields
(Object testClassObject) void
TestRunManagers.fillAnnotatedFields
(Object testClassObject) FrameworkRuns.getActiveRunNames()
FrameworkRuns.getActiveRuns()
FrameworkRuns.getAllGroupedRuns
(@NotNull String groupName) FrameworkRuns.getAllRuns()
Framework.getFrameworkRuns()
FrameworkRuns.getQueuedRuns()
static void
BundleManagement.loadAllGherkinManagerBundles
(org.apache.felix.bundlerepository.RepositoryAdmin repositoryAdmin, org.osgi.framework.BundleContext bundleContext) void
IBundleManager.loadAllGherkinManagerBundles
(org.apache.felix.bundlerepository.RepositoryAdmin repositoryAdmin, org.osgi.framework.BundleContext bundleContext) static void
BundleManagement.loadBundle
(org.apache.felix.bundlerepository.RepositoryAdmin repositoryAdmin, org.osgi.framework.BundleContext bundleContext, String bundleSymbolicName) Load a bundle from the OSGi Bundle Repositoryvoid
IBundleManager.loadBundle
(org.apache.felix.bundlerepository.RepositoryAdmin repositoryAdmin, org.osgi.framework.BundleContext bundleContext, String bundleSymbolicName) void
ITestRunManagers.provisionBuild()
void
TestRunManagers.provisionBuild()
void
ITestRunManagers.provisionGenerate()
void
TestRunManagers.provisionGenerate()
void
ITestRunManagers.provisionStart()
void
TestRunManagers.provisionStart()
void
Framework.setTestRunName
(String runName) Set the run name if it is a test runvoid
SetupEcosystem.setup
(Properties bootstrapProperties, Properties overrideProperties) Setup the Ecosystem for remote usagevoid
ValidateEcosystem.setup
(Properties bootstrapProperties, Properties overrideProperties) Validate the Ecosystem will work for remote accessvoid
Framework.shutdown()
void
Framework.shutdown
(org.apache.commons.logging.Log shutdownLogger) void
ITestRunManagers.startOfTestClass()
void
TestRunManagers.startOfTestClass()
void
ITestRunManagers.startOfTestMethod
(@NotNull GalasaMethod galasaMethod) void
TestRunManagers.startOfTestMethod
(@NotNull GalasaMethod galasaMethod) protected String
Submit the run and return the run name.@NotNull @NotNull IRun
FrameworkRuns.submitRun
(String runType, String requestor, String bundleName, @NotNull String testName, String groupName, String mavenRepository, String obr, String stream, boolean local, boolean trace, Properties overrides, IFrameworkRuns.SharedEnvironmentPhase sharedEnvironmentPhase, String sharedEnvironmentRunName, String language) ModifierConstructorDescriptionFrameworkInitialisation
(Properties bootstrapProperties, Properties overrideProperties) FrameworkInitialisation
(Properties bootstrapProperties, Properties overrideProperties, boolean testrun) FrameworkInitialisation
(Properties bootstrapProperties, Properties overrideProperties, boolean testrun, org.apache.commons.logging.Log initLogger) FrameworkInitialisation
(Properties bootstrapProperties, Properties overrideProperties, boolean testrun, org.apache.commons.logging.Log initLogger, org.osgi.framework.BundleContext bundleContext, IFileSystem fileSystem, Environment env) FrameworkRuns
(IFramework framework) TestRunManagers
(IFramework framework, GalasaTest galasaTest) -
Uses of FrameworkException in dev.galasa.framework.api.common
Modifier and TypeMethodDescriptionjavax.servlet.http.HttpServletResponse
BaseRoute.handleDeleteRequest
(String pathInfo, QueryParameters queryParameters, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) javax.servlet.http.HttpServletResponse
IRoute.handleDeleteRequest
(String pathInfo, QueryParameters queryParameters, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) javax.servlet.http.HttpServletResponse
BaseRoute.handleGetRequest
(String pathInfo, QueryParameters queryParams, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) javax.servlet.http.HttpServletResponse
IRoute.handleGetRequest
(String pathInfo, QueryParameters queryParams, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) javax.servlet.http.HttpServletResponse
BaseRoute.handlePostRequest
(String pathInfo, QueryParameters queryParameters, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) javax.servlet.http.HttpServletResponse
IRoute.handlePostRequest
(String pathInfo, QueryParameters queryParameters, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) javax.servlet.http.HttpServletResponse
BaseRoute.handlePutRequest
(String pathInfo, QueryParameters queryParameters, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) javax.servlet.http.HttpServletResponse
IRoute.handlePutRequest
(String pathInfo, QueryParameters queryParameters, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) -
Uses of FrameworkException in dev.galasa.framework.spi
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
Modifier and TypeMethodDescriptionIFrameworkRuns.getActiveRunNames()
IFrameworkRuns.getActiveRuns()
IFrameworkRuns.getAllGroupedRuns
(@NotNull String groupName) IFrameworkRuns.getAllRuns()
IFramework.getFrameworkRuns()
IFrameworkRuns.getQueuedRuns()
void
IShuttableFramework.shutdown()
@NotNull IRun
IFrameworkRuns.submitRun
(String type, String requestor, String bundleName, String testName, String groupName, String mavenRepository, String obr, String stream, boolean local, boolean trace, Properties overrides, IFrameworkRuns.SharedEnvironmentPhase sharedEnvironmentPhase, String sharedEnvironmentRunName, String language) -
Uses of FrameworkException in dev.galasa.framework.spi.auth
-
Uses of FrameworkException in dev.galasa.framework.spi.creds