All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vladsch.flexmark.test.specs.TestSpecLocator Maven / Gradle / Ivy

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