Class QuarkusCodestartTesting
- java.lang.Object
-
- io.quarkus.devtools.testing.codestarts.QuarkusCodestartTesting
-
public class QuarkusCodestartTesting extends Object
-
-
Constructor Summary
Constructors Constructor Description QuarkusCodestartTesting()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Collection<String>getBoms(Map<String,Object> inputData)static Map<String,Object>getMockedTestInputData(Map<String,Object> override)static Collection<String>getPlatformBoms()static Map<String,Object>getRealTestInputData(io.quarkus.registry.catalog.ExtensionCatalog catalog, Map<String,Object> override)
-
-
-
Method Detail
-
getPlatformBoms
public static Collection<String> getPlatformBoms()
-
getMockedTestInputData
public static Map<String,Object> getMockedTestInputData(Map<String,Object> override)
-
getRealTestInputData
public static Map<String,Object> getRealTestInputData(io.quarkus.registry.catalog.ExtensionCatalog catalog, Map<String,Object> override)
-
getBoms
public static Collection<String> getBoms(Map<String,Object> inputData)
-
-