Package de.hybris.bootstrap.annotations
package de.hybris.bootstrap.annotations
-
ClassDescriptionThe
@BugProofTestannotation is provided for marking tests which will be executed in a separate way.The@DemoTestannotation is provided for marking tests which are demonstration of usage specific service.The@IntegrationTestannotation is provided for marking integration tests which uses real services and usually will communicate with persistence layer.The@ManualTestannotation marks tests that should not be executed in a automated testing environmentThe@PerformanceTestannotation is provided for marking tests which will be executed in a different way, for example 10 times in a row.The@UnitTestannotation is provided for marking small unit tests which does not starts up whole platform to execute test methods.