Lines Matching refs:IllegalExceptionCase
317 private static abstract class IllegalExceptionCase extends ExceptionCase {
318 IllegalExceptionCase(String name) {
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("setFields with more fieldNames than " +
623 new IllegalExceptionCase("setFields with more fieldValues than " +
629 new IllegalExceptionCase("setFields with null element of fieldNames") {