test.compliance.query
Class QueryMBeansObjectNameOnlyTestCase

java.lang.Object
  extended byTestCase
      extended bytest.compliance.query.QueryMBeansObjectNameOnlyTestCase

public class QueryMBeansObjectNameOnlyTestCase
extends TestCase

Object Name Query tests.

TODO: More tests, more systematic?

See Also:
Serialized Form

Constructor Summary
QueryMBeansObjectNameOnlyTestCase(java.lang.String s)
          Construct the test
 
Method Summary
 void testAsteriskDomAsterisk()
          This one is from the spec.
 void testExactFound()
          Test single bean found.
 void testExactNotFound()
          Test single bean not found.
 void testGetAllMBeans()
          Test Get All.
 void testGetAllMBeans2()
          Test Get All.
 void testGetAllMBeans3()
          Test Get All.
 void testGetDefaultDomain()
          Test default domain.
 void testGetOneDomain()
          Test one domain.
 void testGetOneProperty()
          Test one property.
 void testPrefixMatchManyDomain()
          Test prefix asterisk on domain.
 void testSpecAll()
          This one is from the spec.
 void testSpecAnyAnyDomain()
          This one is from the spec.
 void testSpecDefault()
          This one is from the spec.
 void testSpecLaserPrinters()
          This one is from the spec.
 void testSpecMyDomain()
          This one is from the spec.
 void testSpecPrinters()
          This one is from the spec.
 void testSuffixMatchManyDomain()
          Test suffix asterisk on domain.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryMBeansObjectNameOnlyTestCase

public QueryMBeansObjectNameOnlyTestCase(java.lang.String s)
Construct the test

Method Detail

testExactFound

public void testExactFound()
Test single bean found.


testExactNotFound

public void testExactNotFound()
Test single bean not found.


testGetAllMBeans

public void testGetAllMBeans()
Test Get All.


testGetAllMBeans2

public void testGetAllMBeans2()
Test Get All.


testGetAllMBeans3

public void testGetAllMBeans3()
Test Get All.


testGetOneDomain

public void testGetOneDomain()
Test one domain.


testGetDefaultDomain

public void testGetDefaultDomain()
Test default domain.


testGetOneProperty

public void testGetOneProperty()
Test one property.


testSpecAll

public void testSpecAll()
This one is from the spec.


testSpecDefault

public void testSpecDefault()
This one is from the spec.


testSpecMyDomain

public void testSpecMyDomain()
This one is from the spec.


testSpecAnyAnyDomain

public void testSpecAnyAnyDomain()
This one is from the spec.


testAsteriskDomAsterisk

public void testAsteriskDomAsterisk()
This one is from the spec.


testSpecLaserPrinters

public void testSpecLaserPrinters()
This one is from the spec.


testSpecPrinters

public void testSpecPrinters()
This one is from the spec.


testSuffixMatchManyDomain

public void testSuffixMatchManyDomain()
Test suffix asterisk on domain.


testPrefixMatchManyDomain

public void testPrefixMatchManyDomain()
Test prefix asterisk on domain.