Intention to transform an if an AssertionError throw into an assert

This commit is contained in:
Tal Man
2014-04-20 11:47:50 -04:00
committed by Zalim Bashorov
parent d06b9abd4f
commit f61db2decc
30 changed files with 348 additions and 5 deletions
@@ -408,6 +408,7 @@ fun main(args: Array<String>) {
model("intentions/insertExplicitTypeArguments", testMethod = "doTestInsertExplicitTypeArguments")
model("intentions/removeExplicitTypeArguments", testMethod = "doTestRemoveExplicitTypeArguments")
model("intentions/convertAssertToIf", testMethod = "doTestConvertAssertToIfWithThrowIntention")
model("intentions/convertIfToAssert", testMethod = "doTestConvertIfWithThrowToAssertIntention")
}
testClass(javaClass<AbstractJetInspectionTest>()) {