Interface ILicenseValidator
- All Known Implementing Classes:
LicenseValidator
public interface ILicenseValidator
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionvoidassertIsActivated(ILicense license) voidassertIsNotActivated(ILicense license)
-
Method Details
-
assertIsActivated
- Parameters:
license-- Throws:
RuntimeException- if the givenLicenseis null or not activated.
-
assertIsNotActivated
- Parameters:
license-- Throws:
RuntimeException- if the givenLicenseis null or already activated.
-