Added ifThenToSafeAccessIntention
This commit is contained in:
committed by
Zalim Bashorov
parent
1f720c8559
commit
3862a3b5bc
@@ -350,6 +350,7 @@ fun main(args: Array<String>) {
|
||||
model("intentions/branched/elvisToIfThen", testMethod = "doTestElvisToIfThen")
|
||||
model("intentions/branched/ifThenToElvis", testMethod = "doTestIfThenToElvis")
|
||||
model("intentions/branched/safeAccessToIfThen", testMethod = "doTestSafeAccessToIfThen")
|
||||
model("intentions/branched/ifThenToSafeAccess", testMethod = "doTestIfThenToSafeAccess")
|
||||
model("intentions/branched/folding/ifToAssignment", testMethod = "doTestFoldIfToAssignment")
|
||||
model("intentions/branched/folding/ifToReturn", testMethod = "doTestFoldIfToReturn")
|
||||
model("intentions/branched/folding/ifToReturnAsymmetrically", testMethod = "doTestFoldIfToReturnAsymmetrically")
|
||||
|
||||
Reference in New Issue
Block a user