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 {@link org.apache.ws.jaxme.js.junit.ObservableList}, is a subclass of {@link java.util.Observable}, but can also be viewed as a subclass of {@link java.util.ArrayList} (or whatever implementation of {@link java.util.List} you choose in the constructor. The {@link 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() |