Uses of Class
com.vladsch.flexmark.test.util.spec.ResourceLocation
Packages that use ResourceLocation
Package
Description
-
Uses of ResourceLocation in com.vladsch.flexmark.test.specs
Fields in com.vladsch.flexmark.test.specs declared as ResourceLocationModifier and TypeFieldDescriptionstatic final @NotNull ResourceLocation
TestSpecLocator.DEFAULT_RESOURCE_LOCATION
-
Uses of ResourceLocation in com.vladsch.flexmark.test.util
Methods in com.vladsch.flexmark.test.util that return ResourceLocationModifier and TypeMethodDescriptionprotected final @NotNull ResourceLocation
ComboSpecTestCase.getSpecResourceLocation()
protected abstract @NotNull ResourceLocation
FullSpecTestCase.getSpecResourceLocation()
Methods in com.vladsch.flexmark.test.util with parameters of type ResourceLocationModifier and TypeMethodDescription@NotNull DumpSpecReader
FullSpecTestCase.create
(@NotNull ResourceLocation location) ComboSpecTestCase.getTestData
(@NotNull ResourceLocation location) TestUtils.getTestData
(@NotNull ResourceLocation location) Constructors in com.vladsch.flexmark.test.util with parameters of type ResourceLocationModifierConstructorDescriptionDumpSpecReader
(@NotNull 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 ResourceLocationModifier and TypeFieldDescriptionstatic final ResourceLocation
ResourceLocation.NULL
private final @NotNull ResourceLocation
SpecExample.resourceLocation
protected final @NotNull ResourceLocation
SpecReader.resourceLocation
Methods in com.vladsch.flexmark.test.util.spec that return ResourceLocationModifier and TypeMethodDescription@NotNull ResourceLocation
SpecExample.getResourceLocation()
@NotNull ResourceLocation
SpecReader.getResourceLocation()
static @NotNull ResourceLocation
static @NotNull ResourceLocation
ResourceLocation.of
(@NotNull Class<?> resourceClass, @NotNull String resourcePath, @NotNull String fileUrl) static @NotNull ResourceLocation
@NotNull ResourceLocation
ResourceLocation.withFileUrl
(@NotNull String fileUrl) @NotNull ResourceLocation
ResourceLocation.withResolvedResourcePath
(@NotNull String resolvedResourcePath) @NotNull ResourceLocation
ResourceLocation.withResourceClass
(@NotNull Class<?> resourceClass) @NotNull ResourceLocation
ResourceLocation.withResourcePath
(@NotNull String resourcePath) Methods in com.vladsch.flexmark.test.util.spec with parameters of type ResourceLocationModifier and TypeMethodDescriptionstatic @NotNull SpecReader
SpecReader.create
(@NotNull ResourceLocation location, boolean compoundSections) static <S extends SpecReader>
SSpecReader.create
(@NotNull ResourceLocation location, @NotNull SpecReaderFactory<S> readerFactory) SpecReaderFactory.create
(@NotNull 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 InputStream
ResourceLocation.getResourceInputStream
(@NotNull ResourceLocation location) static @NotNull String
ResourceLocation.getResourceText
(@NotNull ResourceLocation location) SpecExample.withResourceLocation
(@NotNull ResourceLocation location) Constructors in com.vladsch.flexmark.test.util.spec with parameters of type ResourceLocationModifierConstructorDescriptionSpecExample
(@NotNull ResourceLocation resourceLocation, int lineNumber, @Nullable String optionsSet, @Nullable String section, int exampleNumber, @NotNull String source, @NotNull String html, @Nullable String ast, String comment) private
SpecExample
(@NotNull ResourceLocation resourceLocation, int lineNumber, @Nullable String optionsSet, @Nullable String section, int exampleNumber, @NotNull String source, @NotNull String html, @Nullable String ast, String comment, boolean isNull) SpecReader
(@NotNull InputStream stream, @NotNull ResourceLocation location, boolean compoundSections)