java.lang.Object
junit.framework.Assert
junit.framework.TestCase
com.puppycrawl.tools.checkstyle.BaseCheckTestCase
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheckTest
- All Implemented Interfaces:
- junit.framework.Test
- public class IndentationCheckTest
- extends com.puppycrawl.tools.checkstyle.BaseCheckTestCase
| Nested classes inherited from class com.puppycrawl.tools.checkstyle.BaseCheckTestCase |
com.puppycrawl.tools.checkstyle.BaseCheckTestCase.BriefLogger |
| Fields inherited from class junit.framework.TestCase |
|
| Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString |
| Methods inherited from class junit.framework.Assert |
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail |
IndentationCheckTest
public IndentationCheckTest()
testInvalidLabel
public void testInvalidLabel()
throws java.lang.Exception
testValidLabel
public void testValidLabel()
throws java.lang.Exception
testValidIfWithChecker
public void testValidIfWithChecker()
throws java.lang.Exception
testValidDotWithChecker
public void testValidDotWithChecker()
throws java.lang.Exception
testValidMethodWithChecker
public void testValidMethodWithChecker()
throws java.lang.Exception
testInvalidMethodWithChecker
public void testInvalidMethodWithChecker()
throws java.lang.Exception
testInvalidSwitchWithChecker
public void testInvalidSwitchWithChecker()
throws java.lang.Exception
testValidSwitchWithChecker
public void testValidSwitchWithChecker()
throws java.lang.Exception
testValidArrayInitWithChecker
public void testValidArrayInitWithChecker()
throws java.lang.Exception
testInvalidArrayInitWithChecker
public void testInvalidArrayInitWithChecker()
throws java.lang.Exception
testValidTryWithChecker
public void testValidTryWithChecker()
throws java.lang.Exception
testInvalidTryWithChecker
public void testInvalidTryWithChecker()
throws java.lang.Exception
testInvalidClassDefWithChecker
public void testInvalidClassDefWithChecker()
throws java.lang.Exception
testInvalidBlockWithChecker
public void testInvalidBlockWithChecker()
throws java.lang.Exception
testInvalidIfWithChecker
public void testInvalidIfWithChecker()
throws java.lang.Exception
testInvalidWhileWithChecker
public void testInvalidWhileWithChecker()
throws java.lang.Exception
testInvalidForWithChecker
public void testInvalidForWithChecker()
throws java.lang.Exception
testValidForWithChecker
public void testValidForWithChecker()
throws java.lang.Exception
testValidDoWhileWithChecker
public void testValidDoWhileWithChecker()
throws java.lang.Exception
testValidBlockWithChecker
public void testValidBlockWithChecker()
throws java.lang.Exception
testValidWhileWithChecker
public void testValidWhileWithChecker()
throws java.lang.Exception
testValidClassDefWithChecker
public void testValidClassDefWithChecker()
throws java.lang.Exception
testValidInterfaceDefWithChecker
public void testValidInterfaceDefWithChecker()
throws java.lang.Exception
testValidCommaWithChecker
public void testValidCommaWithChecker()
throws java.lang.Exception
testTabs
public void testTabs()
throws java.lang.Exception
testIndentationLevel
public void testIndentationLevel()
throws java.lang.Exception
testCaseLevel
public void testCaseLevel()
throws java.lang.Exception
testBraceAdjustment
public void testBraceAdjustment()
throws java.lang.Exception
testInvalidAssignWithChecker
public void testInvalidAssignWithChecker()
throws java.lang.Exception
testValidAssignWithChecker
public void testValidAssignWithChecker()
throws java.lang.Exception