Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions
SkippedGenerationTest Class Reference
Inheritance diagram for SkippedGenerationTest:
MftfTestCase

Public Member Functions

 testSkippedGeneration ()
 
 testSkippedWithHooksGeneration ()
 
 testMultipleSkippedIssuesGeneration ()
 
 testSkippedNoIssueGeneration ()
 
- Public Member Functions inherited from MftfTestCase
 generateAndCompareTest ($testName)
 
 validateSchemaErrorWithTest ($fileContents, $objectType, $expectedError)
 

Additional Inherited Members

- Data Fields inherited from MftfTestCase
const RESOURCES_PATH
 

Detailed Description

Definition at line 10 of file SkippedGenerationTest.php.

Member Function Documentation

◆ testMultipleSkippedIssuesGeneration()

testMultipleSkippedIssuesGeneration ( )

Tests skipped test with multiple issues generation.

Exceptions

Definition at line 40 of file SkippedGenerationTest.php.

41  {
42  $this->generateAndCompareTest('SkippedTestTwoIssues');
43  }
generateAndCompareTest($testName)

◆ testSkippedGeneration()

testSkippedGeneration ( )

Tests skipped test generation.

Exceptions

Definition at line 18 of file SkippedGenerationTest.php.

19  {
20  $this->generateAndCompareTest('SkippedTest');
21  }
generateAndCompareTest($testName)

◆ testSkippedNoIssueGeneration()

testSkippedNoIssueGeneration ( )

Tests skipped test generation with no specified issues. Will be deprecated after MFTF 3.0.0

Exceptions

Definition at line 51 of file SkippedGenerationTest.php.

52  {
53  $this->generateAndCompareTest('SkippedTestNoIssues');
54  }
generateAndCompareTest($testName)

◆ testSkippedWithHooksGeneration()

testSkippedWithHooksGeneration ( )

Tests skipped test generation does not generate hooks.

Exceptions

Definition at line 29 of file SkippedGenerationTest.php.

30  {
31  $this->generateAndCompareTest('SkippedTestWithHooks');
32  }
generateAndCompareTest($testName)

The documentation for this class was generated from the following file: