blob: b96cf10bfe7e4c75e34d68fa06738dbe1c9fc9db [file] [log] [blame]
package com.github.shyiko.ktlint.ruleset.standard
import org.testng.annotations.Test
class ChainWrappingRuleTest {
@Test
fun testLint() =
testLintUsingResource(ChainWrappingRule())
@Test
fun testFormat() =
testFormatUsingResource(ChainWrappingRule())
}