21222324252627
public static final int TEST_ITERATIONS = 2; // default is 5, but this can be annoying for dev public static Model world; @BeforeClass public static void testSetup() { world = new Model(new Camera(new Vector3(0f, 0f, 0f), 0f, 0f, 0f, false)); }