Added IfThenToDoubleBangIntention
This commit is contained in:
committed by
Zalim Bashorov
parent
8476a790bd
commit
aec5ae5dd4
@@ -343,6 +343,7 @@ fun main(args: Array<String>) {
|
||||
|
||||
testClass(javaClass<AbstractCodeTransformationTest>()) {
|
||||
model("intentions/branched/doubleBangToIfThen", testMethod = "doTestDoubleBangToIfThen")
|
||||
model("intentions/branched/ifThenToDoubleBang", testMethod = "doTestIfThenToDoubleBang")
|
||||
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