Package org.sonar.plugins.javascript.api
Class TestFileCheck
- java.lang.Object
-
- org.sonar.plugins.javascript.api.TestFileCheck
-
- All Implemented Interfaces:
EslintBasedCheck,JavaScriptCheck
- Direct Known Subclasses:
AssertionsInTestsCheck,ChaiDeterminateAssertionCheck,DisabledTimeoutCheck,NoCodeAfterDoneCheck,NoExclusiveTestsCheck,NoIncompleteAssertionsCheck,NoSameArgumentAssertCheck,TestCheckExceptionCheck
public abstract class TestFileCheck extends Object implements EslintBasedCheck
-
-
Constructor Summary
Constructors Constructor Description TestFileCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.sonar.api.batch.fs.InputFile.Type>targets()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.sonar.plugins.javascript.api.EslintBasedCheck
configurations, eslintKey
-
-
-
-
Method Detail
-
targets
public List<org.sonar.api.batch.fs.InputFile.Type> targets()
- Specified by:
targetsin interfaceEslintBasedCheck
-
-