}
@Test
public void testCheck() throws Exception
{
final DefaultConfiguration checkConfig =
createCheckConfig(JavadocTagContinuationIndentationCheck.class);
final String[] expected = {
"47: Line continuation have incorrect indentation level, expected level should be 4.",
"109: Line continuation have incorrect indentation level, expected level should be 4.",
"112: Line continuation have incorrect indentation level, expected level should be 4.",