mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-13 23:37: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
|
* @author Karl Tauber
|
||||||
*/
|
*/
|
||||||
public class FlatStylingTests
|
public class TestFlatStyling
|
||||||
{
|
{
|
||||||
@BeforeAll
|
@BeforeAll
|
||||||
static void setup() {
|
static void setup() {
|
||||||
@@ -34,7 +34,7 @@ import org.junit.jupiter.api.Test;
|
|||||||
/**
|
/**
|
||||||
* @author Karl Tauber
|
* @author Karl Tauber
|
||||||
*/
|
*/
|
||||||
public class FlatTextComponentTests
|
public class TestFlatTextComponents
|
||||||
{
|
{
|
||||||
@Test
|
@Test
|
||||||
void editorPane_updateBackground() {
|
void editorPane_updateBackground() {
|
||||||
Reference in New Issue
Block a user