Package io.quarkus.devtools.testing
Class PlatformAwareTestBase
- java.lang.Object
-
- io.quarkus.devtools.testing.PlatformAwareTestBase
-
public class PlatformAwareTestBase extends Object
-
-
Constructor Summary
Constructors Constructor Description PlatformAwareTestBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetBomVersion()protected List<ResourceLoader>getCodestartsResourceLoaders()protected io.quarkus.registry.catalog.ExtensionCataloggetExtensionsCatalog()protected StringgetMavenPluginArtifactId()protected StringgetMavenPluginGroupId()protected StringgetMavenPluginVersion()protected StringgetQuarkusCoreVersion()protected PropertiesgetQuarkusProperties()
-
-
-
Method Detail
-
getCodestartsResourceLoaders
protected List<ResourceLoader> getCodestartsResourceLoaders()
-
getExtensionsCatalog
protected io.quarkus.registry.catalog.ExtensionCatalog getExtensionsCatalog()
-
getQuarkusProperties
protected Properties getQuarkusProperties()
-
getMavenPluginGroupId
protected String getMavenPluginGroupId()
-
getMavenPluginArtifactId
protected String getMavenPluginArtifactId()
-
getMavenPluginVersion
protected String getMavenPluginVersion()
-
getQuarkusCoreVersion
protected String getQuarkusCoreVersion()
-
getBomVersion
protected String getBomVersion()
-
-