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.TemporaryFolder
tempFolder
-
Constructor Summary
Constructors Constructor Description AssetsControllerHelperTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testIsDirectoryURLWithDirectory()
void
testIsDirectoryURLWithDirectoryContainsSpecialCharacters()
void
testIsDirectoryURLWithFile()
void
testIsDirectoryURLWithJarProtocol()
void
testNormalizePathWithoutLeadingSlash()
-
-
-
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
-
-