@@ -13,86 +13,86 @@ public void testCreateDataActionGroupMustHaveReference() {
13
13
assertHasReferenceToXmlAttributeValue ("TestAdminMenuCatalog" );
14
14
}
15
15
16
- public void testCreateDataInTestMustHaveReference () {
16
+ public void testCreateDataInTestMustHaveReference () {
17
17
String filePath = this .getFixturePath ("TestMftfTest.xml" );
18
18
myFixture .configureByFile (filePath );
19
19
20
20
assertHasReferenceToXmlAttributeValue ("TestAdminMenuCatalog" );
21
21
}
22
22
23
- public void testUpdateDataActionGroupMustHaveReference () {
23
+ public void testUpdateDataActionGroupMustHaveReference () {
24
24
String filePath = this .getFixturePath ("TestActionGroup.xml" );
25
25
myFixture .configureByFile (filePath );
26
26
27
27
assertHasReferenceToXmlAttributeValue ("TestAdminMenuCatalog" );
28
28
}
29
29
30
- public void testUpdateDataInTestMustHaveReference () {
30
+ public void testUpdateDataInTestMustHaveReference () {
31
31
String filePath = this .getFixturePath ("TestMftfTest.xml" );
32
32
myFixture .configureByFile (filePath );
33
33
34
34
assertHasReferenceToXmlAttributeValue ("TestAdminMenuCatalog" );
35
35
}
36
36
37
- public void testUserInputInActionGroupMustHaveReference () {
37
+ public void testUserInputInActionGroupMustHaveReference () {
38
38
String filePath = this .getFixturePath ("TestActionGroup.xml" );
39
39
myFixture .configureByFile (filePath );
40
40
41
41
assertHasReferenceToXmlAttributeValue ("TestAdminMenuCatalog" );
42
42
}
43
43
44
- public void testUserInputInTestMustHaveReference () {
44
+ public void testUserInputInTestMustHaveReference () {
45
45
String filePath = this .getFixturePath ("TestMftfTest.xml" );
46
46
myFixture .configureByFile (filePath );
47
47
48
48
assertHasReferenceToXmlAttributeValue ("TestAdminMenuCatalog" );
49
49
}
50
50
51
- public void testEntityExtendsInDataMustHaveReference () {
51
+ public void testEntityExtendsInDataMustHaveReference () {
52
52
String filePath = this .getFixturePath ("TestData.xml" );
53
53
myFixture .configureByFile (filePath );
54
54
55
55
assertHasReferenceToXmlAttributeValue ("TestAdminMenuCatalog" );
56
56
}
57
57
58
- public void testCreateDataActionGroupPluginDisabled () {
58
+ public void testCreateDataActionGroupPluginDisabled () {
59
59
String filePath = this .getFixturePath ("TestActionGroup.xml" );
60
60
myFixture .configureByFile (filePath );
61
61
disablePluginAndReindex ();
62
62
63
63
assertEmptyReference ();
64
64
}
65
65
66
- public void testCreateDataActionGroupMftfSupportDisabled () {
66
+ public void testCreateDataActionGroupMftfSupportDisabled () {
67
67
String filePath = this .getFixturePath ("TestActionGroup.xml" );
68
68
myFixture .configureByFile (filePath );
69
69
disableMftfSupportAndReindex ();
70
70
71
71
assertEmptyReference ();
72
72
}
73
73
74
- public void testCreateDataInTestWithSectionMustBeEmpty () {
74
+ public void testCreateDataInTestWithSectionMustBeEmpty () {
75
75
String filePath = this .getFixturePath ("TestMftfTest.xml" );
76
76
myFixture .configureByFile (filePath );
77
77
78
78
assertEmptyReference ();
79
79
}
80
80
81
- public void testUpdateDataInTestWithSectionMustBeEmpty () {
81
+ public void testUpdateDataInTestWithSectionMustBeEmpty () {
82
82
String filePath = this .getFixturePath ("TestMftfTest.xml" );
83
83
myFixture .configureByFile (filePath );
84
84
85
85
assertEmptyReference ();
86
86
}
87
87
88
- public void testUserInputInTestMustBeEmpty () {
88
+ public void testUserInputInTestMustBeEmpty () {
89
89
String filePath = this .getFixturePath ("TestMftfTest.xml" );
90
90
myFixture .configureByFile (filePath );
91
91
92
92
assertEmptyReference ();
93
93
}
94
94
95
- public void testEntityExtendsInDataMustBeEmpty () {
95
+ public void testEntityExtendsInDataMustBeEmpty () {
96
96
String filePath = this .getFixturePath ("TestData.xml" );
97
97
myFixture .configureByFile (filePath );
98
98
0 commit comments