Package de.hybris.platform.test
Class PerformanceTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.test.PerformanceTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class PerformanceTest extends HybrisJUnit4Test
-
-
Field Summary
Fields Modifier and Type Field Description protected java.sql.Connection
conn
protected java.sql.Statement
stmt
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description PerformanceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
tearDown()
void
testFlexSearch()
void
testGetConnection()
-
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
-
tearDown
public void tearDown() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testGetConnection
public void testGetConnection() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testFlexSearch
public void testFlexSearch() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-