Class AbstractSLDUnsafeJALOAttributesTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.directpersistence.AbstractSLDUnsafeJALOAttributesTest
-
- All Implemented Interfaces:
JaloSessionHolder
- Direct Known Subclasses:
SLDUnsafeJALOAttributesTest
@IntegrationTest public abstract class AbstractSLDUnsafeJALOAttributesTest extends ServicelayerBaseTest
-
-
Field Summary
Fields Modifier and Type Field Description protected SLDUnsafeTypesProviderunsafeTypesProvider-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description AbstractSLDUnsafeJALOAttributesTest()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract java.util.List<java.lang.String>getExtensions()protected voidregisterAttribute(java.util.Set<java.lang.String> unsafeUnknownAttributes, java.util.Set<java.lang.String> unsafeMarkedAttributes, UnsafeTypeInfo ut, UnsafeMethodInfo method)voidsetUp()voidshouldFindNoUnknownUnsafeForSLDAttributes()protected voidwriteToConsole(UnsafeMethodInfo method)protected voidwriteToCSV(UnsafeTypeInfo ut, UnsafeMethodInfo method, boolean read, CSVWriter csv)-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSession
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Field Detail
-
unsafeTypesProvider
protected SLDUnsafeTypesProvider unsafeTypesProvider
-
-
Method Detail
-
getExtensions
protected abstract java.util.List<java.lang.String> getExtensions()
-
setUp
public void setUp()
-
shouldFindNoUnknownUnsafeForSLDAttributes
public void shouldFindNoUnknownUnsafeForSLDAttributes() throws java.io.IOException- Throws:
java.io.IOException
-
writeToConsole
protected void writeToConsole(UnsafeMethodInfo method)
-
writeToCSV
protected void writeToCSV(UnsafeTypeInfo ut, UnsafeMethodInfo method, boolean read, CSVWriter csv)
-
registerAttribute
protected void registerAttribute(java.util.Set<java.lang.String> unsafeUnknownAttributes, java.util.Set<java.lang.String> unsafeMarkedAttributes, UnsafeTypeInfo ut, UnsafeMethodInfo method)
-
-