test.compliance.standard
Class TrivialTEST

java.lang.Object
  extended byTestCase
      extended bytest.compliance.standard.TrivialTEST

public class TrivialTEST
extends TestCase

See Also:
Serialized Form

Constructor Summary
TrivialTEST(java.lang.String s)
           
 
Method Summary
 void testAttributeInfo()
           
 void testConstructorInfo()
           
 void testNotificationInfo()
           
 void testOperationInfo()
           
 void testRegistration()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrivialTEST

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

testRegistration

public void testRegistration()

testConstructorInfo

public void testConstructorInfo()

testAttributeInfo

public void testAttributeInfo()

testOperationInfo

public void testOperationInfo()

testNotificationInfo

public void testNotificationInfo()