You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/entity-filtering-selectable/src/test/java/org/glassfish/jersey/examples/entityfiltering/selectable/PersonResourceTest.java
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -136,6 +136,28 @@ public void testFilters() throws Exception {
136
136
assertThat(entity.getRegion(), nullValue());
137
137
}
138
138
139
+
/**
140
+
* Test empty (but valid) filters.
141
+
* Valid empty filters are:
142
+
* . ,. , .. .,
143
+
*
144
+
*
145
+
* result is empty object (nothing is returned) but Jersey will not throw any exception
0 commit comments