test.compliance.loading
Class MLetTEST

java.lang.Object
  extended byTestCase
      extended bytest.compliance.loading.MLetTEST

public class MLetTEST
extends TestCase

MLet tests.

See Also:
Serialized Form

Constructor Summary
MLetTEST(java.lang.String s)
           
 
Method Summary
protected  void setUp()
           
 void testArchiveListInMLet()
           
 void testBasicMLetFileLoad()
           
 void testConflictingMLetFileLoad()
          Make sure the versioning MLet installer won't replace MBeans that were not registered with version information.
 void testCreateAndRegister()
           
 void testMalformedURLLoad()
           
 void testMissingEndMLetTag()
           
 void testMissingMandatoryArchiveTagInLoad()
           
 void testMissingMandatoryCodeTagInLoad()
           
 void testMissingMLetTagInLoad()
           
 void testMLetLoadClassFromURLInConstructor()
           
 void testUnexpectedEndOfFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MLetTEST

public MLetTEST(java.lang.String s)
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Throws:
java.lang.Exception

testCreateAndRegister

public void testCreateAndRegister()
                           throws java.lang.Exception
Throws:
java.lang.Exception

testMLetLoadClassFromURLInConstructor

public void testMLetLoadClassFromURLInConstructor()
                                           throws java.lang.Exception
Throws:
java.lang.Exception

testBasicMLetFileLoad

public void testBasicMLetFileLoad()
                           throws java.lang.Exception
Throws:
java.lang.Exception

testConflictingMLetFileLoad

public void testConflictingMLetFileLoad()
                                 throws java.lang.Exception
Make sure the versioning MLet installer won't replace MBeans that were not registered with version information.

Throws:
java.lang.Exception

testMalformedURLLoad

public void testMalformedURLLoad()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testMissingMLetTagInLoad

public void testMissingMLetTagInLoad()
                              throws java.lang.Exception
Throws:
java.lang.Exception

testMissingMandatoryArchiveTagInLoad

public void testMissingMandatoryArchiveTagInLoad()
                                          throws java.lang.Exception
Throws:
java.lang.Exception

testMissingMandatoryCodeTagInLoad

public void testMissingMandatoryCodeTagInLoad()
                                       throws java.lang.Exception
Throws:
java.lang.Exception

testArchiveListInMLet

public void testArchiveListInMLet()
                           throws java.lang.Exception
Throws:
java.lang.Exception

testUnexpectedEndOfFile

public void testUnexpectedEndOfFile()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testMissingEndMLetTag

public void testMissingEndMLetTag()
                           throws java.lang.Exception
Throws:
java.lang.Exception