org.springframework.osgi.util
Class DebugUtilsTest
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
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
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 |
DebugUtilsTest
public DebugUtilsTest()
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.