Interface LightFixtureLineMarkerSpecTest
-
- All Superinterfaces:
CodeInsightFixtureSpecTestCase,com.vladsch.flexmark.test.util.SpecExampleProcessor,SpecTest
public interface LightFixtureLineMarkerSpecTest extends CodeInsightFixtureSpecTestCase
-
-
Field Summary
Fields Modifier and Type Field Description static com.vladsch.flexmark.util.data.DataKey<java.lang.String>DISABLE_ONEstatic java.util.Map<java.lang.String,com.vladsch.flexmark.util.data.DataHolder>optionsMap-
Fields inherited from interface com.vladsch.plugin.test.util.cases.CodeInsightFixtureSpecTestCase
BANNER_AFTER_ACTION, BANNER_AST, BANNER_AST_AFTER_ACTION, BANNER_AST_BEFORE_ACTION, BANNER_BEFORE_ACTION, BANNER_CLIPBOARD, BANNER_QUICK_FIXES, BANNER_RANGES, BANNER_SEGMENTS, EXCEPTION_MATCHER, TEST_CARET_MARKUP
-
Fields inherited from interface com.vladsch.plugin.test.util.cases.SpecTest
ADDITIONAL_PROJECT_FILES, ADDITIONAL_PROJECT_FILES_OPTION, CODE_STYLE_SETTINGS, CODE_STYLE_SETTINGS_OPTION, CUSTOM_OPTION, DEBUG_LOG_SETTINGS, DEBUG_LOG_SETTINGS_OPTION, EMBED_TIMED, EXAMPLE_SOURCE_EXTENSION, EXAMPLE_SOURCE_NAME, FAIL, IGNORE, LINE_MARKER_SETTINGS, LINE_MARKER_SETTINGS_OPTION, NO_FILE_EOL, TIMED, TIMED_ITERATIONS, WANT_AST, WANT_QUICK_FIXES, WANT_RANGES
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description LineMarkerSpecRenderer<?>createExampleSpecRenderer(@NotNull com.vladsch.flexmark.test.util.spec.SpecExample example, @Nullable com.vladsch.flexmark.util.data.DataHolder options)static com.vladsch.flexmark.util.data.DataHolderdisableOneOption(@Nullable java.lang.String params)static java.util.Map<java.lang.String,com.vladsch.flexmark.util.data.DataHolder>getOptionsMap()-
Methods inherited from interface com.vladsch.plugin.test.util.cases.CodeInsightFixtureSpecTestCase
addFullSpecExample, addSuppressedException, annotatedWith, appendDefaultExampleOptions, assertNoThrowable, beforeDoHighlighting, checkExample, closeOpenFile, collectAndCheckHighlighting, collectAndCheckHighlighting, create, createImageFile, createLightFile, createLightFile, defaultRunBare, defaultTestCase, disposeOnTearDown, executeAction, executeAction, finalizeRenderer, fullTestSpecComplete, fullTestSpecStarting, getAvailableIntentionsWithRanges, getCaretOffset, getDefaultOptions, getEditor, getExample, getFile, getFixture, getHomePath, getHostFile, getModule, getProject, getPsiManager, getResultTextWithMarkup, getResultTextWithMarkup, getSpecExampleRenderer, getTempDirFixture, getTestDirectoryName, getTestName, getTestRootDisposable, getThrown, initializeRenderer, isIconRequired, isPerformanceTest, isStressTest, LOG, renderSpecTestAst, resolveIconName, runInDispatchThread, shouldContainTempFiles, shouldRunTest
-
-
-
-
Method Detail
-
getOptionsMap
static java.util.Map<java.lang.String,com.vladsch.flexmark.util.data.DataHolder> getOptionsMap()
-
disableOneOption
static com.vladsch.flexmark.util.data.DataHolder disableOneOption(@Nullable @Nullable java.lang.String params)
-
createExampleSpecRenderer
LineMarkerSpecRenderer<?> createExampleSpecRenderer(@NotNull @NotNull com.vladsch.flexmark.test.util.spec.SpecExample example, @Nullable @Nullable com.vladsch.flexmark.util.data.DataHolder options)
- Specified by:
createExampleSpecRendererin interfaceCodeInsightFixtureSpecTestCase
-
-