Rename some test classes
This commit is contained in:
parent
54ad51c719
commit
bee2eceb10
|
@ -10,7 +10,7 @@ import org.junit.jupiter.api.Test
|
||||||
/**
|
/**
|
||||||
* @author shadowfacts
|
* @author shadowfacts
|
||||||
*/
|
*/
|
||||||
class WindowTests {
|
class WindowLayoutTests {
|
||||||
|
|
||||||
lateinit var window: Window
|
lateinit var window: Window
|
||||||
|
|
|
@ -12,7 +12,7 @@ import kotlin.math.abs
|
||||||
/**
|
/**
|
||||||
* @author shadowfacts
|
* @author shadowfacts
|
||||||
*/
|
*/
|
||||||
class StackViewTests {
|
class StackViewLayoutTests {
|
||||||
|
|
||||||
lateinit var window: Window
|
lateinit var window: Window
|
||||||
|
|
Loading…
Reference in New Issue