Added missed @Test annotation on test-case 'IndentationCheckTest.testMethodCallLineWrap'

This commit is contained in:
Alexey 2015-02-18 20:36:25 +03:00 committed by Roman Ivanov
parent 252a37caac
commit b37b43b59f
1 changed files with 1 additions and 0 deletions

View File

@ -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);