Package ubic.gemma.web.util
Class StaticAssetResolverTest
- java.lang.Object
-
- org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
-
- ubic.gemma.core.util.test.BaseTest
-
- ubic.gemma.web.util.BaseWebTest
-
- ubic.gemma.web.util.StaticAssetResolverTest
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
@ContextConfiguration public class StaticAssetResolverTest extends BaseWebTest
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ubic.gemma.web.util.BaseWebTest
BaseWebTest.BaseWebTestContextConfiguration
-
-
Constructor Summary
Constructors Constructor Description StaticAssetResolverTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
test()
void
testImageTags()
void
testScriptTag()
void
testStyleTag()
-
Methods inherited from class ubic.gemma.web.util.BaseWebTest
perform
-
-
-
-
Method Detail
-
test
public void test()
-
testScriptTag
public void testScriptTag() throws javax.servlet.jsp.JspException, UnsupportedEncodingException
- Throws:
javax.servlet.jsp.JspException
UnsupportedEncodingException
-
testStyleTag
public void testStyleTag() throws javax.servlet.jsp.JspException, UnsupportedEncodingException
- Throws:
javax.servlet.jsp.JspException
UnsupportedEncodingException
-
testImageTags
public void testImageTags() throws javax.servlet.jsp.JspException, UnsupportedEncodingException
- Throws:
javax.servlet.jsp.JspException
UnsupportedEncodingException
-
-