Uses of Class
com.vladsch.flexmark.test.util.spec.ResourceLocation
-
Packages that use ResourceLocation Package Description com.vladsch.flexmark.test.specs com.vladsch.flexmark.test.util com.vladsch.flexmark.test.util.spec -
-
Uses of ResourceLocation in com.vladsch.flexmark.test.specs
Fields in com.vladsch.flexmark.test.specs declared as ResourceLocation Modifier and Type Field Description static @NotNull ResourceLocation
TestSpecLocator. DEFAULT_RESOURCE_LOCATION
-
Uses of ResourceLocation in com.vladsch.flexmark.test.util
Methods in com.vladsch.flexmark.test.util that return ResourceLocation Modifier and Type Method Description protected @NotNull ResourceLocation
ComboSpecTestCase. getSpecResourceLocation()
protected abstract @NotNull ResourceLocation
FullSpecTestCase. getSpecResourceLocation()
Methods in com.vladsch.flexmark.test.util with parameters of type ResourceLocation Modifier and Type Method Description @NotNull DumpSpecReader
FullSpecTestCase. create(@NotNull ResourceLocation location)
protected static @NotNull java.util.List<java.lang.Object[]>
ComboSpecTestCase. getTestData(@NotNull ResourceLocation location)
static java.util.ArrayList<java.lang.Object[]>
TestUtils. getTestData(@NotNull ResourceLocation location)
Constructors in com.vladsch.flexmark.test.util with parameters of type ResourceLocation Constructor Description DumpSpecReader(@NotNull java.io.InputStream stream, @NotNull SpecExampleProcessor testCase, @NotNull ResourceLocation location, boolean compoundSections)
-
Uses of ResourceLocation in com.vladsch.flexmark.test.util.spec
Fields in com.vladsch.flexmark.test.util.spec declared as ResourceLocation Modifier and Type Field Description static ResourceLocation
ResourceLocation. NULL
private @NotNull ResourceLocation
SpecExample. resourceLocation
protected @NotNull ResourceLocation
SpecReader. resourceLocation
Methods in com.vladsch.flexmark.test.util.spec that return ResourceLocation Modifier and Type Method Description @NotNull ResourceLocation
SpecExample. getResourceLocation()
@NotNull ResourceLocation
SpecReader. getResourceLocation()
static @NotNull ResourceLocation
ResourceLocation. of(@NotNull java.lang.Class<?> resourceClass, @NotNull java.lang.String resourcePath)
static @NotNull ResourceLocation
ResourceLocation. of(@NotNull java.lang.Class<?> resourceClass, @NotNull java.lang.String resourcePath, @NotNull java.lang.String fileUrl)
static @NotNull ResourceLocation
ResourceLocation. of(@NotNull java.lang.String resourcePath)
@NotNull ResourceLocation
ResourceLocation. withFileUrl(@NotNull java.lang.String fileUrl)
@NotNull ResourceLocation
ResourceLocation. withResolvedResourcePath(@NotNull java.lang.String resolvedResourcePath)
@NotNull ResourceLocation
ResourceLocation. withResourceClass(@NotNull java.lang.Class<?> resourceClass)
@NotNull ResourceLocation
ResourceLocation. withResourcePath(@NotNull java.lang.String resourcePath)
Methods in com.vladsch.flexmark.test.util.spec with parameters of type ResourceLocation Modifier and Type Method Description static @NotNull SpecReader
SpecReader. create(@NotNull ResourceLocation location, boolean compoundSections)
static <S extends SpecReader>
SSpecReader. create(@NotNull ResourceLocation location, @NotNull SpecReaderFactory<S> readerFactory)
S
SpecReaderFactory. create(@NotNull java.io.InputStream inputStream, @NotNull ResourceLocation location)
static @NotNull SpecReader
SpecReader. createAndReadExamples(@NotNull ResourceLocation location, boolean compoundSections)
static <S extends SpecReader>
SSpecReader. createAndReadExamples(@NotNull ResourceLocation location, @NotNull SpecReaderFactory<S> readerFactory)
static @NotNull java.io.InputStream
ResourceLocation. getResourceInputStream(@NotNull ResourceLocation location)
static @NotNull java.lang.String
ResourceLocation. getResourceText(@NotNull ResourceLocation location)
SpecExample
SpecExample. withResourceLocation(@NotNull ResourceLocation location)
Constructors in com.vladsch.flexmark.test.util.spec with parameters of type ResourceLocation Constructor Description SpecExample(@NotNull ResourceLocation resourceLocation, int lineNumber, @Nullable java.lang.String optionsSet, @Nullable java.lang.String section, int exampleNumber, @NotNull java.lang.String source, @NotNull java.lang.String html, @Nullable java.lang.String ast, java.lang.String comment)
SpecExample(@NotNull ResourceLocation resourceLocation, int lineNumber, @Nullable java.lang.String optionsSet, @Nullable java.lang.String section, int exampleNumber, @NotNull java.lang.String source, @NotNull java.lang.String html, @Nullable java.lang.String ast, java.lang.String comment, boolean isNull)
SpecReader(@NotNull java.io.InputStream stream, @NotNull ResourceLocation location, boolean compoundSections)
-