public class SyntheticBundleClassTestRule
extends com.liferay.portal.kernel.test.rule.ClassTestRule<Long>
| Constructor and Description |
|---|
SyntheticBundleClassTestRule(String bundlePackageName) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterClass(org.junit.runner.Description description,
Long bundleId) |
Long |
beforeClass(org.junit.runner.Description description) |
protected InputStream |
createBundle(Class<?> clazz) |
afterMethod, beforeMethod, createMethodStatementpublic SyntheticBundleClassTestRule(String bundlePackageName)
public void afterClass(org.junit.runner.Description description,
Long bundleId)
throws com.liferay.portal.kernel.exception.PortalException
afterClass in class com.liferay.portal.kernel.test.rule.AbstractTestRule<Long,Void>com.liferay.portal.kernel.exception.PortalExceptionpublic Long beforeClass(org.junit.runner.Description description)
throws Exception
beforeClass in class com.liferay.portal.kernel.test.rule.AbstractTestRule<Long,Void>Exceptionprotected InputStream createBundle(Class<?> clazz)
throws Exception
Exception