package de.uniks.pmws1920.gui; public class IngameTest extends ApplicationTest { @Override public void start(Stage stage) { ShroomWars wars = new ShroomWars(); wars.start(stage); } @Test public void playerLabelColorTest() { // Add some player // Change to the IngameView // Assert player label color } }