org.apache.ws.jaxme.js.junit
public class TypesafeEnumerationTest extends TestCase
This example demonstrates implementation of multiple
inheritance with the ProxyGenerator. The class MyObservableList,
an extension of org.apache.ws.jaxme.js.junit.ObservableList,
is a subclass of java.util.Observable, but can also be viewed
as a subclass of java.util.ArrayList (or whatever
implementation of java.util.List you choose in the constructor.
The java.util.Observer Observers
are notified whenever an object
is added to the list.
Version: $Id: TypesafeEnumerationTest.java 231785 2004-02-16 23:39:59Z jochen $
Constructor Summary | |
---|---|
TypesafeEnumerationTest(String arg0) |
Method Summary | |
---|---|
void | testDONALD() |
void | testEquals() |
void | testgetInstanceByName() |
void | testgetInstanceByValue() |
void | testGetInstances() |
void | testHashCode() |
void | testJOE() |
void | testPOPEYE() |