refactor(ivy): rename applyXYZ to executeActionOnXYZ for clarity (#31182)

PR Close #31182
This commit is contained in:
Pawel Kozlowski
2019-06-24 17:27:12 +02:00
committed by Kara Erickson
parent 103064a3d0
commit 4fe0e75365
2 changed files with 54 additions and 48 deletions

View File

@ -485,27 +485,15 @@
{
"name": "applyClasses"
},
{
"name": "applyContainer"
},
{
"name": "applyElementContainer"
},
{
"name": "applyOnCreateInstructions"
},
{
"name": "applyProjection"
},
{
"name": "applyStyles"
},
{
"name": "applyStyling"
},
{
"name": "applyView"
},
{
"name": "assertTemplate"
},
@ -683,6 +671,24 @@
{
"name": "enterView"
},
{
"name": "executeActionOnContainer"
},
{
"name": "executeActionOnElementContainer"
},
{
"name": "executeActionOnElementOrContainer"
},
{
"name": "executeActionOnNode"
},
{
"name": "executeActionOnProjection"
},
{
"name": "executeActionOnView"
},
{
"name": "executeContentQueries"
},
@ -692,9 +698,6 @@
{
"name": "executeListenerWithErrorHandling"
},
{
"name": "executeNodeAction"
},
{
"name": "executeOnDestroys"
},