| Package | Description |
|---|---|
| com.vladsch.flexmark.test.util | |
| com.vladsch.flexmark.test.util.spec |
| Modifier and Type | Method and Description |
|---|---|
protected abstract @NotNull ResourceLocation |
FullSpecTestCase.getSpecResourceLocation() |
protected @NotNull ResourceLocation |
ComboSpecTestCase.getSpecResourceLocation() |
| Modifier and Type | Method and Description |
|---|---|
@NotNull DumpSpecReader |
FullSpecTestCase.create(@NotNull ResourceLocation location) |
protected static @NotNull List<Object[]> |
ComboSpecTestCase.getTestData(@NotNull ResourceLocation location) |
static ArrayList<Object[]> |
TestUtils.getTestData(@NotNull ResourceLocation location) |
| Constructor and Description |
|---|
DumpSpecReader(@NotNull InputStream stream,
@NotNull SpecExampleProcessor testCase,
@NotNull ResourceLocation location,
boolean compoundSections) |
| Modifier and Type | Field and Description |
|---|---|
static ResourceLocation |
ResourceLocation.NULL |
protected @NotNull ResourceLocation |
SpecReader.resourceLocation |
| Modifier and Type | Method and Description |
|---|---|
@NotNull ResourceLocation |
SpecExample.getResourceLocation() |
@NotNull ResourceLocation |
SpecReader.getResourceLocation() |
static @NotNull ResourceLocation |
ResourceLocation.of(@NotNull Class<?> resourceClass,
@NotNull String resourcePath) |
static @NotNull ResourceLocation |
ResourceLocation.of(@NotNull Class<?> resourceClass,
@NotNull String resourcePath,
@NotNull String fileUrl) |
static @NotNull ResourceLocation |
ResourceLocation.of(@NotNull String resourcePath) |
@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) |
| Modifier and Type | Method and Description |
|---|---|
S |
SpecReaderFactory.create(@NotNull InputStream inputStream,
@NotNull ResourceLocation location) |
static @NotNull SpecReader |
SpecReader.create(@NotNull ResourceLocation location,
boolean compoundSections) |
static <S extends SpecReader> |
SpecReader.create(@NotNull ResourceLocation location,
@NotNull SpecReaderFactory<S> readerFactory) |
static @NotNull SpecReader |
SpecReader.createAndReadExamples(@NotNull ResourceLocation location,
boolean compoundSections) |
static <S extends SpecReader> |
SpecReader.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 |
SpecExample.withResourceLocation(@NotNull ResourceLocation location) |
| Constructor and Description |
|---|
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) |
SpecReader(@NotNull InputStream stream,
@NotNull ResourceLocation location,
boolean compoundSections) |
Copyright © 2020. All rights reserved.