File tree Expand file tree Collapse file tree
apache-rat-core/src/test/java/org/apache/rat Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7272import org .junit .jupiter .api .BeforeEach ;
7373import org .junit .jupiter .api .Test ;
7474import org .junit .jupiter .api .io .TempDir ;
75- import org .mockito .Mockito ;
7675
7776public class ReportConfigurationTest {
7877
@@ -658,7 +657,7 @@ void logLicenseCollisionTest() {
658657 }
659658
660659 @ Test
661- public void licenseDuplicateOptionsTest () {
660+ void licenseDuplicateOptionsTest () {
662661 // setup
663662 ILicenseFamily family = ILicenseFamily .builder ().setLicenseFamilyCategory ("CAT" ).setLicenseFamilyName ("family name" ).build ();
664663 IHeaderMatcher matcher = mock (IHeaderMatcher .class );
Original file line number Diff line number Diff line change 5151import org .apache .rat .api .Document .Type ;
5252import org .apache .rat .api .RatException ;
5353import org .apache .rat .commandline .ArgumentContext ;
54- import org .apache .rat .commandline .StyleSheets ;
5554import org .apache .rat .document .FileDocument ;
5655import org .apache .rat .document .DocumentName ;
5756import org .apache .rat .license .ILicenseFamily ;
58- import org .apache .rat .license .LicenseSetFactory ;
5957import org .apache .rat .report .claim .ClaimStatistic ;
6058import org .apache .rat .test .utils .Resources ;
6159import org .apache .rat .testhelpers .TextUtils ;
You can’t perform that action at this time.
0 commit comments