Package de.hybris.platform.test
Class MediaTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.testframework.HybrisJUnit4TransactionalTest
-
- de.hybris.platform.test.MediaTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class MediaTest extends HybrisJUnit4TransactionalTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description MediaTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testCode()
void
testData()
void
testDeniedPrincipals()
void
testDescription()
void
testFileNameForPrint()
void
testGetData()
void
testIsOnServer()
void
testMediaData()
void
testMediaFolder()
void
testMediaTest()
void
testMediaURL()
void
testMime()
void
testMoveData()
void
testMoveDataTo()
void
testPermittedPrincipals()
void
testProperties()
void
testRealFileName()
void
testRemovable()
void
testRemoveData()
void
testSecureUrlNoRendererFound()
void
testSecureUrlWithRenderer()
void
testSetDataByURL()
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testMime
public void testMime() throws JaloBusinessException
- Throws:
JaloBusinessException
-
testRealFileName
public void testRealFileName()
-
testCode
public void testCode()
-
testData
public void testData()
-
testProperties
public void testProperties()
-
testGetData
public void testGetData() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testIsOnServer
public void testIsOnServer() throws JaloBusinessException
- Throws:
JaloBusinessException
-
testDescription
public void testDescription() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testMoveData
public void testMoveData() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testRemoveData
public void testRemoveData() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testSetDataByURL
public void testSetDataByURL() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testMediaURL
public void testMediaURL() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testMediaData
public void testMediaData() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testMoveDataTo
public void testMoveDataTo() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testMediaTest
public void testMediaTest() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testSecureUrlWithRenderer
public void testSecureUrlWithRenderer() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testSecureUrlNoRendererFound
public void testSecureUrlNoRendererFound() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testPermittedPrincipals
public void testPermittedPrincipals() throws JaloBusinessException
- Throws:
JaloBusinessException
-
testDeniedPrincipals
public void testDeniedPrincipals() throws JaloBusinessException
- Throws:
JaloBusinessException
-
testFileNameForPrint
public void testFileNameForPrint() throws JaloBusinessException
- Throws:
JaloBusinessException
-
testRemovable
public void testRemovable()
-
testMediaFolder
public void testMediaFolder() throws JaloBusinessException
- Throws:
JaloBusinessException
-
-