Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
ActionGroupGenerationTest.php
Go to the documentation of this file.
1 <?php
7 
9 
11 {
19  {
20  $this->generateAndCompareTest('ActionGroupWithNoArguments');
21  }
22 
30  {
31  $this->generateAndCompareTest('ActionGroupWithDefaultArgumentAndStringSelectorParam');
32  }
33 
41  {
42  $this->generateAndCompareTest('ActionGroupWithPassedArgumentAndStringSelectorParam');
43  }
44 
52  {
53  $this->generateAndCompareTest('ActionGroupWithSingleParameterSelectorFromDefaultArgument');
54  }
55 
63  {
64  $this->generateAndCompareTest('ActionGroupWithSingleParameterSelectorFromPassedArgument');
65  }
66 
74  {
75  $this->generateAndCompareTest('ActionGroupWithMultipleParameterSelectorsFromDefaultArgument');
76  }
77 
85  {
86  $this->generateAndCompareTest('ActionGroupWithSimpleDataUsageFromPassedArgument');
87  }
88 
96  {
97  $this->generateAndCompareTest('ActionGroupWithSimpleDataUsageFromDefaultArgument');
98  }
99 
107  {
108  $this->generateAndCompareTest('ActionGroupWithStepKeyReferences');
109  }
110 
118  {
119  $this->generateAndCompareTest('ActionGroupUsingNestedArgument');
120  }
121 
129  {
130  $this->generateAndCompareTest('PersistedAndXmlEntityArguments');
131  }
132 
139  public function testActionGroupToExtend()
140  {
141  $this->generateAndCompareTest('ActionGroupToExtend');
142  }
143 
150  public function testExtendedActionGroup()
151  {
152  $this->generateAndCompareTest('ExtendedActionGroup');
153  }
154 
162  {
163  $this->generateAndCompareTest('ExtendedRemoveActionGroup');
164  }
165 
173  {
174  $this->generateAndCompareTest('ActionGroupUsingCreateData');
175  }
176 
184  {
185  $this->generateAndCompareTest('ActionGroupContainsStepKeyInArgText');
186  }
187 
195  {
196  $this->generateAndCompareTest('ActionGroupSkipReadiness');
197  }
198 
206  {
207  $this->generateAndCompareTest('ActionGroupWithSectionAndDataAsArguments');
208  }
209 
216  public function testActionGroupWithHyphen()
217  {
218  $this->generateAndCompareTest('ActionGroupWithParameterizedElementWithHyphen');
219  }
220 }
generateAndCompareTest($testName)