All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.avh4.framework.uilayer.scene.testsuite.RenderRectTest Maven / Gradle / Ivy

The newest version!
package net.avh4.framework.uilayer.scene.testsuite;

import net.avh4.framework.uilayer.Color;
import net.avh4.framework.uilayer.scene.RenderTestBase;
import net.avh4.framework.uilayer.scene.SceneRect;

public class RenderRectTest extends RenderTestBase {

    public void testRenderRect() throws Exception {
        scene.add(new SceneRect(50, 50, 200, 500, Color.RED));
        scene.add(new SceneRect(450, 50, 200, 300, Color.YELLOW));
        assertRenderingIsApproved();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy