Class SpringConfigOverviewCollectorUnitTest
java.lang.Object
de.hybris.platform.masterserver.collector.system.impl.SpringConfigOverviewCollectorUnitTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
SpringConfigOverviewCollectorUnitTest
public SpringConfigOverviewCollectorUnitTest()
-
-
Method Details
-
shouldReturnInstantiableCharsetName
public void shouldReturnInstantiableCharsetName() -
shouldEncodeTheOverviewUsingBase64
public void shouldEncodeTheOverviewUsingBase64() -
shouldCompressTheOverviewUsingDeflateAlgorithm
public void shouldCompressTheOverviewUsingDeflateAlgorithm() -
shouldReturnEmptyOverviewStringWhenProvidedOverviewIsNull
public void shouldReturnEmptyOverviewStringWhenProvidedOverviewIsNull() -
shouldReturnEmptyOverviewStringWhenProvidedOverviewIsEmpty
public void shouldReturnEmptyOverviewStringWhenProvidedOverviewIsEmpty() -
shouldReturnEmptyOverviewStringWhenProvidedOverviewContainsOnlyWhitespaces
public void shouldReturnEmptyOverviewStringWhenProvidedOverviewContainsOnlyWhitespaces() -
shouldReturnEmptyOverviewEvenInCaseOfRuntimeException
public void shouldReturnEmptyOverviewEvenInCaseOfRuntimeException() -
shouldReturnEmptyMapAndNotInteractWithTheOverviewProviderWhenDisabled
public void shouldReturnEmptyMapAndNotInteractWithTheOverviewProviderWhenDisabled() -
shouldCompressUnicodeCharacters
public void shouldCompressUnicodeCharacters()
-