Class LicenceTest

java.lang.Object
de.hybris.platform.licence.LicenceTest

public class LicenceTest extends Object
  • Constructor Details

    • LicenceTest

      public LicenceTest()
  • Method Details

    • licenceShouldBeDemoLicenceWhenItsIdStartsFromCoupleOfZerosFollowingByOneAndDash

      public void licenceShouldBeDemoLicenceWhenItsIdStartsFromCoupleOfZerosFollowingByOneAndDash() throws Exception
      Throws:
      Exception
    • licenceShouldBeDemoLicenceWhenItsIdStartsFromWithEvenMoreOfZerosFollowingByOneAndDash

      public void licenceShouldBeDemoLicenceWhenItsIdStartsFromWithEvenMoreOfZerosFollowingByOneAndDash() throws Exception
      Throws:
      Exception
    • licenceShouldNotBeDemoLicenceWhenItsIdStartsFromSomethingOtherThanZerosFollowedByOneAndDash

      public void licenceShouldNotBeDemoLicenceWhenItsIdStartsFromSomethingOtherThanZerosFollowedByOneAndDash() throws Exception
      Throws:
      Exception
    • masterServerShouldBeEnabledWhenEulaIsGreaterThanTwoPointZero

      public void masterServerShouldBeEnabledWhenEulaIsGreaterThanTwoPointZero() throws Exception
      Throws:
      Exception
    • masterServerShouldBeEnabledWhenEulaIsEqualTwoPointZero

      public void masterServerShouldBeEnabledWhenEulaIsEqualTwoPointZero() throws Exception
      Throws:
      Exception
    • masterServerShouldBeDisabledWhenEulaIsLowerThanTwoPointZero

      public void masterServerShouldBeDisabledWhenEulaIsLowerThanTwoPointZero() throws Exception
      Throws:
      Exception
    • masterServerShouldBeDisabledWhenLicenceDoesNotHaveEulaInProps

      public void masterServerShouldBeDisabledWhenLicenceDoesNotHaveEulaInProps() throws Exception
      Throws:
      Exception
    • masterServerShouldBeDisabledWhenLicenceHasEmptyEulaInProps

      public void masterServerShouldBeDisabledWhenLicenceHasEmptyEulaInProps() throws Exception
      Throws:
      Exception