Package de.hybris.ant.taskdefs
Class AbstractAntPerformableTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.ant.taskdefs.AbstractAntPerformableTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class AbstractAntPerformableTest extends HybrisJUnit4Test
Test which ensures that :- during system initialization there will be passed into
Initialization
the same set of arguments which is done by default via admin web page - during system update there will be passed into
Initialization
the same set of arguments which is done by default via admin web page. !!!There will be no project data imported!!!
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description AbstractAntPerformableTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testJspContextAttributesForInit()
void
testJspContextAttributesForUpdate()
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-