Class UIToolTest
- java.lang.Object
-
- org.apache.turbine.test.BaseTestCase
-
- org.apache.turbine.services.pull.tools.UIToolTest
-
public class UIToolTest extends BaseTestCase
-
-
Field Summary
-
Fields inherited from class org.apache.turbine.test.BaseTestCase
attributes, maxInactiveInterval
-
-
Constructor Summary
Constructors Constructor Description UIToolTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voiddestroy()static voidsetUp()voidtestCssSlashes()voidtestGetSkinNames()voidtestImageSlashes()voidtestPathologicalCases()voidtestSkinValues()voidtestTool()-
Methods inherited from class org.apache.turbine.test.BaseTestCase
baseInit, getMockRequest, getPipelineData, getRunData
-
-
-
-
Constructor Detail
-
UIToolTest
public UIToolTest()
-
-
Method Detail
-
testTool
public void testTool()
-
testCssSlashes
public void testCssSlashes()
-
testImageSlashes
public void testImageSlashes()
-
testPathologicalCases
public void testPathologicalCases()
-
testGetSkinNames
public void testGetSkinNames()
-
testSkinValues
public void testSkinValues()
-
-