[Test Framework] Removing JUnit4 dependency. (#46174)

Signed-off-by: Lukas Hanusovsky <lhanusov@redhat.com>
This commit is contained in:
Lukas Hanusovsky 2026-02-10 14:25:06 +01:00 committed by GitHub
parent d6f07f27ec
commit 8d70b91ead
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 10 deletions

View file

@ -1,5 +0,0 @@
package org.junit.rules;
@SuppressWarnings("unused")
public interface TestRule {
}

View file

@ -1,5 +0,0 @@
package org.junit.runners.model;
@SuppressWarnings("unused")
public class Statement {
}