![JAR search and dependency download from the Maven repository](/logo.png)
com.vladsch.flexmark.test.specs.TestSpecLocator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of flexmark-test-specs Show documentation
Show all versions of flexmark-test-specs Show documentation
flexmark-java CommonMark specs for tests
The newest version!
package com.vladsch.flexmark.test.specs;
import com.vladsch.flexmark.test.util.spec.ResourceLocation;
import org.jetbrains.annotations.NotNull;
public class TestSpecLocator {
public static final String DEFAULT_SPEC_RESOURCE = "/spec.txt";
public static final @NotNull ResourceLocation DEFAULT_RESOURCE_LOCATION =
ResourceLocation.of(TestSpecLocator.class, DEFAULT_SPEC_RESOURCE);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy