Added missed @Test annotation on test-case 'IndentationCheckTest.testMethodCallLineWrap'
This commit is contained in:
parent
252a37caac
commit
b37b43b59f
|
|
@ -75,6 +75,7 @@ public class IndentationCheckTest extends BaseCheckTestSupport
|
|||
verify(checkConfig, getPath("indentation/InputAndroidStyle.java"), expected);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testMethodCallLineWrap() throws Exception
|
||||
{
|
||||
final DefaultConfiguration checkConfig = createCheckConfig(IndentationCheck.class);
|
||||
|
|
|
|||
Loading…
Reference in New Issue