org.springframework.richclient.application.support
Class DefaultApplicationServicesTests

Show UML class diagram
java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.springframework.richclient.test.SpringRichTestCase
              extended by org.springframework.richclient.application.support.DefaultApplicationServicesTests
All Implemented Interfaces:
junit.framework.Test

public class DefaultApplicationServicesTests
extends SpringRichTestCase

Test cases for DefaultApplicationServices

Author:
Larry Streepy

Field Summary
 
Fields inherited from class org.springframework.richclient.test.SpringRichTestCase
applicationServices, logger
 
Constructor Summary
DefaultApplicationServicesTests()
           
 
Method Summary
 void testDefaultServicesImplementInterface()
           
 void testRegisteredServiceIsReturned()
           
 void testSetRegistryEntries()
           
 void testUnknownServiceFails()
           
 
Methods inherited from class org.springframework.richclient.test.SpringRichTestCase
createApplicationContext, createApplicationLifecycleAdvisor, doSetUp, doTearDown, getApplicationServices, registerAdditionalServices, registerBasicServices, setUp, tearDown
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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

DefaultApplicationServicesTests

public DefaultApplicationServicesTests()
Method Detail

testRegisteredServiceIsReturned

public void testRegisteredServiceIsReturned()

testUnknownServiceFails

public void testUnknownServiceFails()

testSetRegistryEntries

public void testSetRegistryEntries()

testDefaultServicesImplementInterface

public void testDefaultServicesImplementInterface()


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