Added DoubleBangToIfThenIntention
This commit is contained in:
committed by
Zalim Bashorov
parent
f58e1811e4
commit
8476a790bd
@@ -342,6 +342,7 @@ fun main(args: Array<String>) {
|
||||
}
|
||||
|
||||
testClass(javaClass<AbstractCodeTransformationTest>()) {
|
||||
model("intentions/branched/doubleBangToIfThen", testMethod = "doTestDoubleBangToIfThen")
|
||||
model("intentions/branched/elvisToIfThen", testMethod = "doTestElvisToIfThen")
|
||||
model("intentions/branched/ifThenToElvis", testMethod = "doTestIfThenToElvis")
|
||||
model("intentions/branched/safeAccessToIfThen", testMethod = "doTestSafeAccessToIfThen")
|
||||
|
||||
Reference in New Issue
Block a user