java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.activemq.test.TestSupport
org.activemq.filter.DestinationFilterTest
- All Implemented Interfaces:
- junit.framework.Test
- public class DestinationFilterTest
- extends org.activemq.test.TestSupport
- Version:
- $Revision: 1.1.1.1 $
| Fields inherited from class junit.framework.TestCase |
|
| Methods inherited from class org.activemq.test.TestSupport |
assertEquals, assertEquals, assertEquals, assertTextMessageEqual, assertTextMessagesEqual, assertTextMessagesEqual, createConnection, createConnectionFactory, createDestination, createMessage, getConnectionFactory, getConsumerSubject, getProducerSubject, getSubject |
| 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 |
DestinationFilterTest
public DestinationFilterTest()
testNonWildcard
public void testNonWildcard()
throws javax.jms.JMSException
testPrefixWildcard
public void testPrefixWildcard()
throws javax.jms.JMSException
testTwoLevelPrefixWildcard
public void testTwoLevelPrefixWildcard()
throws javax.jms.JMSException
testMatchAnythingWildcard
public void testMatchAnythingWildcard()
throws javax.jms.JMSException
testWildcard
public void testWildcard()
throws javax.jms.JMSException
testDoubleWildcard
public void testDoubleWildcard()
throws javax.jms.JMSException
testWildcardInMiddle
public void testWildcardInMiddle()
throws javax.jms.JMSException
testIntermixedWildcards
public void testIntermixedWildcards()
throws javax.jms.JMSException
testCompositeFilter
public void testCompositeFilter()
throws javax.jms.JMSException
assertFilterMatches
protected void assertFilterMatches(Filter filter,
java.lang.String subject,
boolean expected)
throws javax.jms.JMSException
createFilter
protected Filter createFilter(java.lang.String subject)