public interface ILicenseTester
| Modifier and Type | Method and Description |
|---|---|
List<String> |
testException(org.spdx.rdfparser.license.LicenseException exception)
Test exception against the test files directory
|
List<String> |
testLicense(org.spdx.rdfparser.license.License license)
Test a license against the license test files
|
List<String> testException(org.spdx.rdfparser.license.LicenseException exception) throws IOException
exception - IOExceptionList<String> testLicense(org.spdx.rdfparser.license.License license) throws IOException, org.spdx.compare.SpdxCompareException
license - license to testIOExceptionorg.spdx.compare.SpdxCompareExceptionCopyright © 2018 Linux Foundation. All Rights Reserved.