File tree Expand file tree Collapse file tree
src/test/java/io/jenkins/plugins/casc Expand file tree Collapse file tree Original file line number Diff line number Diff line change 299299 <version >1.0.10</version >
300300 <scope >test</scope >
301301 </dependency >
302- <dependency >
303- <groupId >org.jvnet.hudson.plugins</groupId >
304- <artifactId >thinBackup</artifactId >
305- <scope >test</scope >
306- </dependency >
307302 <dependency >
308303 <groupId >org.jenkins-ci.plugins</groupId >
309304 <artifactId >view-job-filters</artifactId >
320315 <version >2.0.3</version >
321316 <scope >test</scope >
322317 </dependency >
318+ <dependency >
319+ <groupId >org.jvnet.hudson.plugins</groupId >
320+ <artifactId >thinBackup</artifactId >
321+ <scope >test</scope >
322+ </dependency >
323323 </dependencies >
324324
325325 <build >
Original file line number Diff line number Diff line change 11package io .jenkins .plugins .casc ;
22
3+ import static org .junit .Assert .assertEquals ;
4+ import static org .junit .Assert .assertFalse ;
5+ import static org .junit .Assert .assertTrue ;
6+
37import io .jenkins .plugins .casc .misc .ConfiguredWithReadme ;
48import io .jenkins .plugins .casc .misc .JenkinsConfiguredWithReadmeRule ;
59import org .junit .Rule ;
610import org .junit .Test ;
711import org .jvnet .hudson .plugins .thinbackup .ThinBackupPluginImpl ;
812
9- import static org .junit .Assert .assertEquals ;
10- import static org .junit .Assert .assertFalse ;
11- import static org .junit .Assert .assertTrue ;
12-
1313public class ThinBackupTest {
1414
1515 @ Rule
You can’t perform that action at this time.
0 commit comments