use of org.codefirst.SimpleThemeDecorator in project configuration-as-code-plugin by jenkinsci.
the class SimpleThemeTest method configure_simple_theme.
@Test
@ConfiguredWithReadme("simple-theme-plugin/README.md")
public void configure_simple_theme() {
// Already tested within the plugin itself, let's run some basic tests.
// https://github.com/jenkinsci/simple-theme-plugin/blob/master/src/test/java/org/jenkinsci/plugins/simpletheme/ConfigurationAsCodeTest.java
SimpleThemeDecorator decorator = ExtensionList.lookupSingleton(SimpleThemeDecorator.class);
assertNotNull(decorator);
}
Aggregations