File tree Expand file tree Collapse file tree
plugin/src/test/java/io/jenkins/plugins/casc Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11package io .jenkins .plugins .casc ;
22
3- import static hudson .model .ManagementLink .Category .CONFIGURATION ;
43import static jenkins .model .Jenkins .ADMINISTER ;
54import static org .hamcrest .MatcherAssert .assertThat ;
65import static org .hamcrest .Matchers .containsString ;
7- import static org .junit .jupiter .api .Assertions .assertEquals ;
86
97import java .io .File ;
108import java .io .IOException ;
@@ -121,15 +119,4 @@ private String replaceConfiguration() throws Exception {
121119 return submit .asNormalizedText ();
122120 }
123121 }
124-
125- @ Test
126- void verifyManagementLinkProperties () {
127- ConfigurationAsCode casc = ConfigurationAsCode .get ();
128-
129- assertEquals (CONFIGURATION , casc .getCategory ());
130-
131- assertEquals ("configuration-as-code" , casc .getUrlName ());
132- assertEquals ("Configuration as Code" , casc .getDisplayName ());
133- assertEquals ("symbol-logo plugin-configuration-as-code" , casc .getIconFileName ());
134- }
135122}
You can’t perform that action at this time.
0 commit comments