Skip to content

Commit 9e8a64b

Browse files
committed
#500 migrate tests to integration to allow regular tests to run
1 parent 6df3654 commit 9e8a64b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tcMenuGenerator/src/test/java/com/thecoderscorner/menu/editorui/gfxui/pixmgr/UIColorPaletteControlUnitTest.java renamed to tcMenuGenerator/src/it/com/thecoderscorner/menu/uitests/UIColorPaletteControlUnitTest.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
package com.thecoderscorner.menu.editorui.gfxui.pixmgr;
1+
package com.thecoderscorner.menu.uitests;
22

33
import com.thecoderscorner.embedcontrol.core.controlmgr.color.ControlColor;
44
import com.thecoderscorner.menu.domain.state.PortableColor;
55
import com.thecoderscorner.menu.domain.util.PortablePalette;
6+
import com.thecoderscorner.menu.editorui.gfxui.pixmgr.NBppBitPacker;
7+
import com.thecoderscorner.menu.editorui.gfxui.pixmgr.NativePixelFormat;
8+
import com.thecoderscorner.menu.editorui.gfxui.pixmgr.UIColorPaletteControl;
69
import org.junit.jupiter.api.Test;
710
import org.junit.jupiter.api.extension.ExtendWith;
811
import org.testfx.framework.junit5.ApplicationExtension;

0 commit comments

Comments
 (0)