Searched defs:ProtoCase (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/javax/management/descriptor/
H A DDescriptorTest.java115 private static abstract class ProtoCase<C> class in class:DescriptorTest
118 ProtoCase(String name) { method in class:DescriptorTest.ProtoCase
135 private static abstract class ValueProtoCase<C> extends ProtoCase<C> {
164 private static abstract class UnchangedCase extends ProtoCase<Descriptor> {
213 private static abstract class ChangedCase extends ProtoCase<Object> {
277 private static abstract class ExceptionCase extends ProtoCase<Exception> {

Completed in 30 milliseconds