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 ResourceLocationTestSpecLocator.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 ResourceLocationComboSpecTestCase.getSpecResourceLocation()protected abstract @NotNull ResourceLocationFullSpecTestCase.getSpecResourceLocation()Methods in com.vladsch.flexmark.test.util with parameters of type ResourceLocationModifier and TypeMethodDescription@NotNull DumpSpecReaderFullSpecTestCase.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 ResourceLocationResourceLocation.NULLprivate final @NotNull ResourceLocationSpecExample.resourceLocationprotected final @NotNull ResourceLocationSpecReader.resourceLocationMethods in com.vladsch.flexmark.test.util.spec that return ResourceLocationModifier and TypeMethodDescription@NotNull ResourceLocationSpecExample.getResourceLocation()@NotNull ResourceLocationSpecReader.getResourceLocation()static @NotNull ResourceLocationstatic @NotNull ResourceLocationResourceLocation.of(@NotNull Class<?> resourceClass, @NotNull String resourcePath, @NotNull String fileUrl) static @NotNull ResourceLocation@NotNull ResourceLocationResourceLocation.withFileUrl(@NotNull String fileUrl) @NotNull ResourceLocationResourceLocation.withResolvedResourcePath(@NotNull String resolvedResourcePath) @NotNull ResourceLocationResourceLocation.withResourceClass(@NotNull Class<?> resourceClass) @NotNull ResourceLocationResourceLocation.withResourcePath(@NotNull String resourcePath) Methods in com.vladsch.flexmark.test.util.spec with parameters of type ResourceLocationModifier and TypeMethodDescriptionstatic @NotNull SpecReaderSpecReader.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 SpecReaderSpecReader.createAndReadExamples(@NotNull ResourceLocation location, boolean compoundSections) static <S extends SpecReader>
SSpecReader.createAndReadExamples(@NotNull ResourceLocation location, @NotNull SpecReaderFactory<S> readerFactory) static @NotNull InputStreamResourceLocation.getResourceInputStream(@NotNull ResourceLocation location) static @NotNull StringResourceLocation.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) privateSpecExample(@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)