Checking if license is valid
Posted: Thu Apr 25, 2019 9:51 am
I would like to add a unit test to check if the license key is valid and not expired, so that I don't forget to update the licence key. Right now It seems I can only do this by accessing the internal methods of the StiLicenseKeyValidator class via reflection. Is there a better way to check the licence key?