Intention to convert assert to an if with throw

This commit is contained in:
Tal Man
2014-04-10 13:17:09 -04:00
parent db38f420f3
commit 9cff3ba049
40 changed files with 402 additions and 1 deletions
@@ -392,6 +392,7 @@ fun main(args: Array<String>) {
model("intentions/simplifyBooleanWithConstants", testMethod = "doTestSimplifyBooleanWithConstants")
model("intentions/insertExplicitTypeArguments", testMethod = "doTestInsertExplicitTypeArguments")
model("intentions/removeExplicitTypeArguments", testMethod = "doTestRemoveExplicitTypeArguments")
model("intentions/convertAssertToIf", testMethod = "doTestConvertAssertToIfWithThrowIntention")
}
testClass(javaClass<AbstractJetInspectionTest>()) {