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 ResourceLocationTestSpecLocator. 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 ResourceLocationComboSpecTestCase. getSpecResourceLocation()protected abstract @NotNull ResourceLocationFullSpecTestCase. getSpecResourceLocation()Methods in com.vladsch.flexmark.test.util with parameters of type ResourceLocation Modifier and Type Method Description @NotNull DumpSpecReaderFullSpecTestCase. 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 ResourceLocationResourceLocation. NULLprivate @NotNull ResourceLocationSpecExample. resourceLocationprotected @NotNull ResourceLocationSpecReader. resourceLocationMethods in com.vladsch.flexmark.test.util.spec that return ResourceLocation Modifier and Type Method Description @NotNull ResourceLocationSpecExample. getResourceLocation()@NotNull ResourceLocationSpecReader. getResourceLocation()static @NotNull ResourceLocationResourceLocation. of(@NotNull java.lang.Class<?> resourceClass, @NotNull java.lang.String resourcePath)static @NotNull ResourceLocationResourceLocation. of(@NotNull java.lang.Class<?> resourceClass, @NotNull java.lang.String resourcePath, @NotNull java.lang.String fileUrl)static @NotNull ResourceLocationResourceLocation. of(@NotNull java.lang.String resourcePath)@NotNull ResourceLocationResourceLocation. withFileUrl(@NotNull java.lang.String fileUrl)@NotNull ResourceLocationResourceLocation. withResolvedResourcePath(@NotNull java.lang.String resolvedResourcePath)@NotNull ResourceLocationResourceLocation. withResourceClass(@NotNull java.lang.Class<?> resourceClass)@NotNull ResourceLocationResourceLocation. 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 SpecReaderSpecReader. create(@NotNull ResourceLocation location, boolean compoundSections)static <S extends SpecReader>
SSpecReader. create(@NotNull ResourceLocation location, @NotNull SpecReaderFactory<S> readerFactory)SSpecReaderFactory. create(@NotNull java.io.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 java.io.InputStreamResourceLocation. getResourceInputStream(@NotNull ResourceLocation location)static @NotNull java.lang.StringResourceLocation. getResourceText(@NotNull ResourceLocation location)SpecExampleSpecExample. 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)
-