@DirtiesContext @ContextConfiguration(value="classpath:/IconsSpringBeans.xml") public class IconsServiceImplTestAutoload extends Object
Constructor and Description |
---|
IconsServiceImplTestAutoload() |
Modifier and Type | Method and Description |
---|---|
void |
testAutoLoadIcons()
Test that autoloading icons have the icons available from the service
|
void |
testFilesLoaded()
Test that icons from both test files are loaded
|
void |
testGetNullForNullDefaultThemeIcon()
Test that trying to get an icon with the default theme - if there is no default theme -
return null
|
void |
testGetNullInvalidThemeIcon()
Test that getting an icon with an invalid theme return no icon
|
void |
testUpdateIconPath()
Test that updating a auto imported icon works
|
public IconsServiceImplTestAutoload()
@DirtiesContext public void testAutoLoadIcons()
@DirtiesContext public void testUpdateIconPath()
@DirtiesContext public void testGetNullInvalidThemeIcon()
@DirtiesContext public void testGetNullForNullDefaultThemeIcon()
@DirtiesContext public void testFilesLoaded()
Copyright © 2011–2014 The Kuali Foundation. All rights reserved.