- generateTempClassFile(File) - Static method in class org.spincast.testing.core.utils.SpincastTestingUtils
-
- GET(String) - Method in class org.spincast.testing.core.AppBasedTestingBase
-
Starts an Https Client builder for a GET method.
- GET(String, boolean) - Method in class org.spincast.testing.core.AppBasedTestingBase
-
Starts an Https Client builder for a GET method.
- GET(String, boolean, boolean) - Method in class org.spincast.testing.core.AppBasedTestingBase
-
Starts an Http(s) Client builder for a GET method.
- get() - Method in class org.spincast.testing.core.h2.SpincastTestingH2
-
- get() - Method in class org.spincast.testing.core.postgres.SpincastTestingPostgres
-
- getAppConfigInterface() - Method in interface org.spincast.testing.core.AppTestingConfigs
-
Your application configuration interface.
- getAppConfigTestingImplementationClass() - Method in interface org.spincast.testing.core.AppTestingConfigs
-
The implementation class to use for your application
configuration binding.
- getAppTestingConfigs() - Method in class org.spincast.testing.core.AppBasedTestingBase
-
We force test classes to provide information about
the required testing configurations.
- getClasspathFileNotInJar(String) - Static method in class org.spincast.testing.core.utils.SpincastTestingUtils
-
Gets a File from a classpath path (only works
when the application si not running from an executable
.jar).
- getCompatibilityMode() - Method in interface org.spincast.testing.core.h2.SpincastTestingH2Config
-
Should a compatibility mode be used by H2?
Be default, "MODE=PostgreSQL" will be
used.
- getCompatibilityMode() - Method in class org.spincast.testing.core.h2.SpincastTestingH2ConfigDefault
-
- getCookieFactory() - Method in class org.spincast.testing.core.AppBasedTestingBase
-
- getDatabaseName() - Method in interface org.spincast.testing.core.h2.SpincastTestingH2Config
-
The name of the database.
- getDatabaseName() - Method in class org.spincast.testing.core.h2.SpincastTestingH2ConfigDefault
-
- getDataTempDir() - Method in interface org.spincast.testing.core.postgres.SpincastTestingPostgresConfig
-
- getDataTempDir() - Method in class org.spincast.testing.core.postgres.SpincastTestingPostgresConfigDefault
-
- getDbConnectionString() - Method in class org.spincast.testing.core.postgres.SpincastTestingPostgres
-
- getDbMaxPoolSize() - Method in class org.spincast.testing.core.postgres.SpincastTestingPostgres
-
- getDbName() - Method in class org.spincast.testing.core.postgres.SpincastTestingPostgres
-
- getDbPassword() - Method in class org.spincast.testing.core.postgres.SpincastTestingPostgres
-
- getDbPort() - Method in class org.spincast.testing.core.postgres.SpincastTestingPostgres
-
- getDbUsername() - Method in class org.spincast.testing.core.postgres.SpincastTestingPostgres
-
- getDictionaryEntryNotFoundBehavior() - Method in class org.spincast.testing.core.utils.SpincastConfigTestingDefault
-
- getExtraExactBindingsToRemoveBeforePlugins() - Method in class org.spincast.testing.core.AppBasedTestingBase
-
- getExtraExactBindingsToRemoveBeforePlugins() - Method in class org.spincast.testing.core.SpincastTestBase
-
Extra exact bindings to remvoe before the
plugins are applied.
- getExtraOverridingModule() - Method in class org.spincast.testing.core.AppBasedTestingBase
-
Can be overriden with something like :
- getExtraPlugins() - Method in class org.spincast.testing.core.AppBasedTestingBase
-
The extra required plugins.
- getExtraSystemProperties() - Method in class org.spincast.testing.core.SpincastTestBase
-
Extra System properties to set before the tests are run.
- getGuiceTweakerExtraOverridingModule() - Method in class org.spincast.testing.core.AppBasedTestingBase
-
- getGuiceTweakerExtraOverridingModule() - Method in class org.spincast.testing.core.SpincastTestBase
-
If an overriding Module is to be added using the
Guice tweaker.
- getGuiceTweakerExtraPlugins() - Method in class org.spincast.testing.core.AppBasedTestingBase
-
The extra required plugins.
- getGuiceTweakerExtraPlugins() - Method in class org.spincast.testing.core.SpincastTestBase
-
Extra plugins to be added by the Guice Tweaker.
- getGuiceTweakerFromThreadLocal() - Method in class org.spincast.testing.core.SpincastTestBase
-
- getGuiceTweakerPluginsToDisable() - Method in class org.spincast.testing.core.SpincastTestBase
-
Ids of plugins to disable.
- getH2Server() - Method in class org.spincast.testing.core.h2.SpincastTestingH2
-
- getHttpClient() - Method in class org.spincast.testing.core.AppBasedTestingBase
-
- getHttpServerPort() - Method in class org.spincast.testing.core.utils.SpincastConfigTestingDefault
-
- getHttpsKeyStoreKeyPass() - Method in class org.spincast.testing.core.utils.SpincastConfigTestingDefault
-
- getHttpsKeyStorePath() - Method in class org.spincast.testing.core.utils.SpincastConfigTestingDefault
-
- getHttpsKeyStoreStorePass() - Method in class org.spincast.testing.core.utils.SpincastConfigTestingDefault
-
- getHttpsKeyStoreType() - Method in class org.spincast.testing.core.utils.SpincastConfigTestingDefault
-
- getHttpsServerPort() - Method in class org.spincast.testing.core.utils.SpincastConfigTestingDefault
-
- getInjector() - Method in class org.spincast.testing.core.SpincastTestBase
-
Returns the Guice injector.
- getJdbcUtils() - Method in class org.spincast.testing.core.h2.SpincastTestingH2
-
- getJdbcUtils() - Method in class org.spincast.testing.core.postgres.SpincastTestingPostgres
-
- getPg() - Method in class org.spincast.testing.core.postgres.SpincastTestingPostgres
-
- getPreviousResponseCookie(String) - Method in class org.spincast.testing.core.AppBasedTestingBase
-
- getPreviousResponseCookies() - Method in class org.spincast.testing.core.AppBasedTestingBase
-
The
Cookies returned by the previous
HttpResponse.
- getPublicUrlBase() - Method in class org.spincast.testing.core.utils.SpincastConfigTestingDefault
-
- getRouter() - Method in class org.spincast.testing.core.AppBasedTestingBase
-
- getServer() - Method in class org.spincast.testing.core.AppBasedTestingBase
-
- getServerHost() - Method in interface org.spincast.testing.core.h2.SpincastTestingH2Config
-
The host on which to start the server.
- getServerHost() - Method in class org.spincast.testing.core.h2.SpincastTestingH2ConfigDefault
-
- getServerHost() - Method in class org.spincast.testing.core.utils.SpincastConfigTestingDefault
-
- getServerPort() - Method in class org.spincast.testing.core.h2.SpincastTestingH2
-
- getServerPort() - Method in interface org.spincast.testing.core.h2.SpincastTestingH2Config
-
The port on which to start the H2
TCP server.
- getServerPort() - Method in class org.spincast.testing.core.h2.SpincastTestingH2ConfigDefault
-
- getSpincastConfig() - Method in class org.spincast.testing.core.SpincastTestBase
-
- getSpincastConfigTestingImplementationClass() - Method in interface org.spincast.testing.core.AppTestingConfigs
-
The implementation class to use for the SpincastConfig
binding.
- getSpincastDataSourceFactory() - Method in class org.spincast.testing.core.h2.SpincastTestingH2
-
- getSpincastDataSourceFactory() - Method in class org.spincast.testing.core.postgres.SpincastTestingPostgres
-
- getSpincastTestingH2Config() - Method in class org.spincast.testing.core.h2.SpincastTestingH2
-
- getSpincastTestingPostgresConfig() - Method in class org.spincast.testing.core.postgres.SpincastTestingPostgres
-
- getSpincastUtils() - Method in class org.spincast.testing.core.postgres.SpincastTestingPostgresConfigDefault
-
- getTestDateNoTime() - Static method in class org.spincast.testing.core.utils.SpincastTestingUtils
-
Get a test date without time.
- getTestingConfigImplementationClass() - Method in class org.spincast.testing.core.AppBasedTestingBase
-
- getTestingConfigImplementationClass() - Method in class org.spincast.testing.core.SpincastTestBase
-
The implementation to use for the SpincastConfig binding,
when running tests.
- getTestingWritableTempDir() - Method in class org.spincast.testing.core.SpincastTestBase
-
Returns the directory that can be used to create files
and subdirectories during testing.
- getThisClassFileInputStream() - Static method in class org.spincast.testing.core.utils.SpincastTestingUtils
-