mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-11 06:27:13 -06:00
Styling: renamed unit tests (so that all unit test classes start with Test)
This commit is contained in:
@@ -33,7 +33,7 @@ import com.formdev.flatlaf.icons.*;
|
||||
/**
|
||||
* @author Karl Tauber
|
||||
*/
|
||||
public class FlatStylingTests
|
||||
public class TestFlatStyling
|
||||
{
|
||||
@BeforeAll
|
||||
static void setup() {
|
||||
@@ -34,7 +34,7 @@ import org.junit.jupiter.api.Test;
|
||||
/**
|
||||
* @author Karl Tauber
|
||||
*/
|
||||
public class FlatTextComponentTests
|
||||
public class TestFlatTextComponents
|
||||
{
|
||||
@Test
|
||||
void editorPane_updateBackground() {
|
||||
Reference in New Issue
Block a user