Package ninja
Class AssetsControllerHelperTest
- java.lang.Object
-
- ninja.AssetsControllerHelperTest
-
public class AssetsControllerHelperTest extends Object
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.TemporaryFoldertempFolder
-
Constructor Summary
Constructors Constructor Description AssetsControllerHelperTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestIsDirectoryURLWithDirectory()voidtestIsDirectoryURLWithDirectoryContainsSpecialCharacters()voidtestIsDirectoryURLWithFile()voidtestIsDirectoryURLWithJarProtocol()voidtestNormalizePathWithoutLeadingSlash()
-
-
-
Method Detail
-
testNormalizePathWithoutLeadingSlash
public void testNormalizePathWithoutLeadingSlash()
-
testIsDirectoryURLWithJarProtocol
public void testIsDirectoryURLWithJarProtocol() throws Exception- Throws:
Exception
-
testIsDirectoryURLWithFile
public void testIsDirectoryURLWithFile() throws Exception- Throws:
Exception
-
testIsDirectoryURLWithDirectory
public void testIsDirectoryURLWithDirectory() throws Exception- Throws:
Exception
-
-