java.lang.Object
junit.framework.Assert
junit.framework.TestCase
com.puppycrawl.tools.checkstyle.BaseCheckTestCase
com.puppycrawl.tools.checkstyle.checks.LeftCurlyCheckTest
- All Implemented Interfaces:
- junit.framework.Test
- public class LeftCurlyCheckTest
- 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 |
LeftCurlyCheckTest
public LeftCurlyCheckTest()
testDefault
public void testDefault()
throws java.lang.Exception
testNL
public void testNL()
throws java.lang.Exception
testNLOW
public void testNLOW()
throws java.lang.Exception
testDefault2
public void testDefault2()
throws java.lang.Exception
testNL2
public void testNL2()
throws java.lang.Exception
testDefault3
public void testDefault3()
throws java.lang.Exception
testNL3
public void testNL3()
throws java.lang.Exception
testMissingBraces
public void testMissingBraces()
throws java.lang.Exception