Home
last modified time | relevance | path

Searched refs:CNFE (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/io/Serializable/records/
DBadValues.java71 static final Class<ClassNotFoundException> CNFE = ClassNotFoundException.class; field in BadValues
77 Throwable t = expectThrows(CNFE, () -> deserialize(bytes)); in testNotFoundSer()
85 Throwable t = expectThrows(CNFE, () -> deserialize(bytes)); in testNotFoundSerWr()
93 Throwable t = expectThrows(CNFE, () -> deserialize(bytes)); in testNotFoundExt()
101 Throwable t = expectThrows(CNFE, () -> deserialize(bytes)); in testNotFoundExtWr()