org.springframework.richclient.command.config
Class CommandFaceDescriptorTests

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

public class CommandFaceDescriptorTests
extends junit.framework.TestCase

Author:
Peter De Bruycker

Constructor Summary
CommandFaceDescriptorTests()
           
 
Method Summary
protected  void setUp()
           
 void testConfigure()
           
 void testConfigureNullAction()
           
 void testConfigureWithConfigurer()
           
 void testConfigureWithNullConfigurerAndNullButton()
           
 void testConstructorWithButtonLabelInfo()
           
 void testConstructorWithEmptyEncodedLabel()
           
 void testConstructorWithEncodedLabel()
           
 void testConstructorWithEncodedLabelAndIcon()
           
 void testConstructorWithNullButtonLabelInfo()
           
 void testDefaultConstructor()
           
 void testSetCaption()
           
 void testSetDescription()
           
 void testSetIcon()
           
 void testSetIconInfo()
           
 void testSetIconNull()
           
 void testSetLabelInfo()
           
 void testSetLabelInfoAsText()
           
 void testSetLargeIcon()
           
 void testSetLargeIconInfo()
           
 void testSetLargeIconNull()
           
 void testSetNullIconInfo()
           
 void testSetNullLabelInfo()
           
 
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

CommandFaceDescriptorTests

public CommandFaceDescriptorTests()
Method Detail

testDefaultConstructor

public void testDefaultConstructor()

testConstructorWithNullButtonLabelInfo

public void testConstructorWithNullButtonLabelInfo()

testConstructorWithEncodedLabel

public void testConstructorWithEncodedLabel()

testConstructorWithEmptyEncodedLabel

public void testConstructorWithEmptyEncodedLabel()

testConstructorWithEncodedLabelAndIcon

public void testConstructorWithEncodedLabelAndIcon()

testSetDescription

public void testSetDescription()

testSetCaption

public void testSetCaption()

testSetIconNull

public void testSetIconNull()

testSetIcon

public void testSetIcon()

testSetLargeIconNull

public void testSetLargeIconNull()

testSetLargeIcon

public void testSetLargeIcon()

testSetNullIconInfo

public void testSetNullIconInfo()

testSetNullLabelInfo

public void testSetNullLabelInfo()

testConfigureWithConfigurer

public void testConfigureWithConfigurer()

testConfigureWithNullConfigurerAndNullButton

public void testConfigureWithNullConfigurerAndNullButton()

testSetLabelInfoAsText

public void testSetLabelInfoAsText()

testSetLabelInfo

public void testSetLabelInfo()

testConfigureNullAction

public void testConfigureNullAction()

testConfigure

public void testConfigure()

testSetIconInfo

public void testSetIconInfo()

testSetLargeIconInfo

public void testSetLargeIconInfo()

testConstructorWithButtonLabelInfo

public void testConstructorWithButtonLabelInfo()

setUp

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


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