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

net.avh4.framework.uilayer.scene.testsuite.RenderOvalTest 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.SceneOval;

public class RenderOvalTest extends RenderTestBase {

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy