/*
|
* To change this license header, choose License Headers in Project Properties.
|
* To change this template file, choose Tools | Templates
|
* and open the template in the editor.
|
*/
|
package art.client.GUI.components.devices.window.colors.rtz32.configuration;
|
|
import org.junit.After;
|
import org.junit.AfterClass;
|
import org.junit.Before;
|
import org.junit.BeforeClass;
|
import org.junit.Test;
|
import static org.junit.Assert.*;
|
|
/**
|
*
|
* @author Andres
|
*/
|
public class RTZ32_PanelConfiguration_ProgramsTest
|
{
|
|
public RTZ32_PanelConfiguration_ProgramsTest()
|
{
|
}
|
|
@BeforeClass
|
public static void setUpClass()
|
{
|
}
|
|
@AfterClass
|
public static void tearDownClass()
|
{
|
}
|
|
@Before
|
public void setUp()
|
{
|
}
|
|
@After
|
public void tearDown()
|
{
|
}
|
|
/**
|
* Test of editable method, of class RTZ32_PanelConfiguration_Programs.
|
*/
|
@Test
|
public void testEditable()
|
{
|
System.out.println("editable");
|
boolean value = false;
|
RTZ32_PanelConfiguration_Programs instance = null;
|
instance.editable(value);
|
// TODO review the generated test code and remove the default call to fail.
|
fail("The test case is a prototype.");
|
}
|
|
/**
|
* Test of selection method, of class RTZ32_PanelConfiguration_Programs.
|
*/
|
@Test
|
public void testSelection()
|
{
|
System.out.println("selection");
|
RTZ32_PanelConfiguration_Programs instance = null;
|
instance.selection();
|
// TODO review the generated test code and remove the default call to fail.
|
fail("The test case is a prototype.");
|
}
|
|
/**
|
* Test of deselection method, of class RTZ32_PanelConfiguration_Programs.
|
*/
|
@Test
|
public void testDeselection()
|
{
|
System.out.println("deselection");
|
RTZ32_PanelConfiguration_Programs instance = null;
|
instance.deselection();
|
// TODO review the generated test code and remove the default call to fail.
|
fail("The test case is a prototype.");
|
}
|
|
/**
|
* Test of grants method, of class RTZ32_PanelConfiguration_Programs.
|
*/
|
@Test
|
public void testGrants()
|
{
|
System.out.println("grants");
|
RTZ32_PanelConfiguration_Programs instance = null;
|
instance.grants();
|
// TODO review the generated test code and remove the default call to fail.
|
fail("The test case is a prototype.");
|
}
|
|
}
|