org.springframework.richclient.command.config
Class CommandButtonIconInfoTests

Show UML class diagram
java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.springframework.richclient.command.config.CommandButtonIconInfoTests
All Implemented Interfaces:
junit.framework.Test

public class CommandButtonIconInfoTests
extends junit.framework.TestCase

Testcase for CommandButtonIconInfo

Author:
Peter De Bruycker

Constructor Summary
CommandButtonIconInfoTests()
           
 
Method Summary
protected  void setUp()
           
 void testConfigureWithJButton()
           
 void testConfigureWithJMenu()
           
 void testConfigureWithJMenuItem()
           
 void testConfigureWithNullButton()
           
 void testConstructor()
           
 void testConstructor2()
           
 void testConstructor3()
           
 void testConstructor4()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommandButtonIconInfoTests

public CommandButtonIconInfoTests()
Method Detail

testConstructor

public void testConstructor()

testConstructor2

public void testConstructor2()

testConstructor3

public void testConstructor3()

testConstructor4

public void testConstructor4()

testConfigureWithNullButton

public void testConfigureWithNullButton()

testConfigureWithJButton

public void testConfigureWithJButton()

testConfigureWithJMenuItem

public void testConfigureWithJMenuItem()

testConfigureWithJMenu

public void testConfigureWithJMenu()

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception


Copyright © 2004-2009 The Spring Framework. All Rights Reserved.