public class RemoteContentBodyConversionServiceAcceptanceTest extends AbstractRemoteServiceAcceptanceTest
| Modifier and Type | Field and Description |
|---|---|
org.junit.rules.ExpectedException |
thrown |
proxyCreatorrpc, testHelper, testName| Constructor and Description |
|---|
RemoteContentBodyConversionServiceAcceptanceTest() |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<String> |
getExcludedMethodNamesForProxyTest()
Returns a collection of method names to skip the proxy test for.
|
protected Object |
getService() |
protected Class |
getServiceClass() |
void |
setUp() |
void |
tearDown() |
void |
testContentBodyConversionCustomMacroWithWebResourceExpansion() |
void |
testConvertEditorToStorage() |
void |
testConvertStorageToEditor() |
void |
testConvertStorageToExportView() |
void |
testConvertStorageToStorage() |
void |
testConvertStorageToStorageWithBadRequest() |
void |
testConvertStorageToStyledView() |
void |
testConvertStorageToStyledViewWithContentContext() |
void |
testConvertStorageToStyledViewWithInvalidContentContext() |
void |
testConvertStorageToView() |
void |
testConvertWithContentContext() |
void |
testMacroWritingToDBDoesntFailDueToReadOnlyTransaction()
https://jira.atlassian.com/browse/CRA-175
|
void |
testUnDuplicateBrTag() |
void |
testUnDuplicateBrTagInMacroContent() |
checkPageResponse, initialize, prepareMspacesWithNpages, prepareSpacesAndUsersWithCascadedVisibility, proxySetUp, spaceByNumber, testServiceProxy, userByNumbercommonSetUp, exceptionSupplierpublic RemoteContentBodyConversionServiceAcceptanceTest()
protected Object getService()
getService in class AbstractRemoteServiceAcceptanceTestprotected Class getServiceClass()
getServiceClass in class AbstractRemoteServiceAcceptanceTestprotected Collection<String> getExcludedMethodNamesForProxyTest()
AbstractRemoteServiceAcceptanceTestOverridden by test classes for services with methods that are known to be implemented on the proxy, but not able to be tested with the logic in testServiceProxy. If we end up fixing the logic, these exclusions can (and should) be removed.
getExcludedMethodNamesForProxyTest in class AbstractRemoteServiceAcceptanceTestpublic void tearDown()
public void testConvertStorageToStorage()
throws ServiceException
ServiceExceptionpublic void testConvertStorageToStorageWithBadRequest()
throws ServiceException
ServiceExceptionpublic void testConvertStorageToEditor()
throws ServiceException
ServiceExceptionpublic void testConvertStorageToView()
throws ServiceException
ServiceExceptionpublic void testConvertStorageToStyledView()
throws ServiceException
ServiceExceptionpublic void testConvertStorageToStyledViewWithContentContext()
throws Exception
Exceptionpublic void testConvertStorageToStyledViewWithInvalidContentContext()
throws Exception
Exceptionpublic void testConvertEditorToStorage()
throws ServiceException
ServiceExceptionpublic void testConvertStorageToExportView()
throws Exception
Exceptionpublic void testUnDuplicateBrTagInMacroContent()
throws Exception
Exceptionpublic void testConvertWithContentContext()
throws Exception
Exceptionpublic void testContentBodyConversionCustomMacroWithWebResourceExpansion()
throws Exception
ExceptionCopyright © 2003–2017 Atlassian. All rights reserved.