org.springframework.osgi.util
Class DebugUtilsTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.springframework.osgi.util.DebugUtilsTest
All Implemented Interfaces:
Test

public class DebugUtilsTest
extends TestCase

Test for the critical logging path in debug utils.

Author:
Costin Leau

Constructor Summary
DebugUtilsTest()
           
 
Method Summary
 void testNoVersion()
           
 void testNoVersionPlusExtraDirective()
           
 void testSingleVersion()
           
 void testSingleVersionPlusExtraDirective()
           
 void testSingleVersionWithQuotes()
           
 void testVersionRange()
           
 void testVersionRangePlusExtraDirective()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DebugUtilsTest

public DebugUtilsTest()
Method Detail

testNoVersion

public void testNoVersion()
                   throws Exception
Throws:
Exception

testSingleVersion

public void testSingleVersion()
                       throws Exception
Throws:
Exception

testVersionRange

public void testVersionRange()
                      throws Exception
Throws:
Exception

testVersionRangePlusExtraDirective

public void testVersionRangePlusExtraDirective()
                                        throws Exception
Throws:
Exception

testNoVersionPlusExtraDirective

public void testNoVersionPlusExtraDirective()
                                     throws Exception
Throws:
Exception

testSingleVersionPlusExtraDirective

public void testSingleVersionPlusExtraDirective()
                                         throws Exception
Throws:
Exception

testSingleVersionWithQuotes

public void testSingleVersionWithQuotes()
                                 throws Exception
Throws:
Exception


Copyright © 2006-2011 Spring Framework. All Rights Reserved.