Package de.hybris.bootstrap.annotations


package de.hybris.bootstrap.annotations
  • Class
    Description
     
     
    The @BugProofTest annotation is provided for marking tests which will be executed in a separate way.
    The @DemoTest annotation is provided for marking tests which are demonstration of usage specific service.
    The @IntegrationTest annotation is provided for marking integration tests which uses real services and usually will communicate with persistence layer.
    The @ManualTest annotation marks tests that should not be executed in a automated testing environment
    The @PerformanceTest annotation is provided for marking tests which will be executed in a different way, for example 10 times in a row.
    The @UnitTest annotation is provided for marking small unit tests which does not starts up whole platform to execute test methods.