Searched refs:IllegalExceptionCase (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/javax/management/descriptor/
H A DDescriptorTest.java317 private static abstract class IllegalExceptionCase extends ExceptionCase { class in class:DescriptorTest
318 IllegalExceptionCase(String name) { method in class:DescriptorTest.IllegalExceptionCase
581 new IllegalExceptionCase("getFieldValue with null name") {
586 new IllegalExceptionCase("getFieldValue with empty name") {
591 new IllegalExceptionCase("setField with null name") {
596 new IllegalExceptionCase("setField with empty name") {
601 new IllegalExceptionCase("setFields with null fieldNames") {
606 new IllegalExceptionCase("setFields with null fieldValues") {
611 new IllegalExceptionCase("setFields with null fieldNames and " +
617 new IllegalExceptionCase("setField
[all...]

Completed in 781 milliseconds