Styling: renamed unit tests (so that all unit test classes start with Test)

This commit is contained in:
Karl Tauber
2021-07-05 21:48:41 +02:00
parent 1b23cfd747
commit 9cfd4d27e9
2 changed files with 2 additions and 2 deletions

View File

@@ -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() {

View File

@@ -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() {