Styling: TestFlatStyling: removed component, border and icon tests because they are also tested in TestFlatStyleableValue

This commit is contained in:
Karl Tauber
2025-11-27 23:42:26 +01:00
parent 855c41bf4a
commit ff11a11d28
2 changed files with 4 additions and 1447 deletions

View File

@@ -58,6 +58,10 @@ public class TestFlatStyleableValue
@BeforeAll
static void setup() {
TestUtils.setup( false );
Set<String> excludes = new HashSet<>();
TestUtils.checkImplementedTests( excludes, TestFlatStyleableValue.class,
TestFlatStyleableInfo.class );
}
@AfterAll