Uses of Class
com.intuit.karate.core.Embed
-
Packages that use Embed Package Description com.intuit.karate.core -
-
Uses of Embed in com.intuit.karate.core
Methods in com.intuit.karate.core that return Embed Modifier and Type Method Description EmbedScenarioRuntime. embed(byte[] bytes, ResourceType resourceType)EmbedScenarioRuntime. embedVideo(File file)static EmbedEmbed. fromKarateJson(Map<String,Object> map)EmbedScenarioRuntime. saveToFileAndCreateEmbed(byte[] bytes, ResourceType resourceType)Methods in com.intuit.karate.core that return types with arguments of type Embed Modifier and Type Method Description List<Embed>StepResult. getEmbeds()Methods in com.intuit.karate.core with parameters of type Embed Modifier and Type Method Description voidStepResult. addEmbed(Embed embed)Method parameters in com.intuit.karate.core with type arguments of type Embed Modifier and Type Method Description voidStepResult. addEmbeds(List<Embed> value)
-