org.springframework.richclient.command.config
Class ToolBarCommandButtonConfigurerTests

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

public class ToolBarCommandButtonConfigurerTests
extends CommandButtonConfigurerTestCase

Test case for ToolBarCommandButtonConfigurer

Author:
Peter De Bruycker

Constructor Summary
ToolBarCommandButtonConfigurerTests()
           
 
Method Summary
protected  org.springframework.richclient.command.config.CommandButtonConfigurer createConfigurer()
           
 void testConfigureWithDefaults()
           
 void testConfigureWithShowTextTrue()
           
 void testConfigureWithShowTextTrueAndTextBelowIconFalse()
           
 void testDefaults()
           
 
Methods inherited from class org.springframework.richclient.command.config.CommandButtonConfigurerTestCase
getCommandFaceDescriptor, setUp, testConfigureWithNullButton, testConfigureWithNullDescriptor
 
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

ToolBarCommandButtonConfigurerTests

public ToolBarCommandButtonConfigurerTests()
Method Detail

testDefaults

public void testDefaults()

testConfigureWithDefaults

public void testConfigureWithDefaults()

testConfigureWithShowTextTrue

public void testConfigureWithShowTextTrue()

testConfigureWithShowTextTrueAndTextBelowIconFalse

public void testConfigureWithShowTextTrueAndTextBelowIconFalse()

createConfigurer

protected org.springframework.richclient.command.config.CommandButtonConfigurer createConfigurer()
Specified by:
createConfigurer in class CommandButtonConfigurerTestCase


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