DATACMNS-91 - Enforce parameter handling defined by CrudRepository.
Reject null values for id and entity values. Polished JavaDoc in terms of parameter specification.
This commit is contained in:
@@ -224,12 +224,6 @@ public class UserRepositoryTests {
|
||||
assertDeleteCallDoesNotDeleteAnything(new ArrayList<User>());
|
||||
}
|
||||
|
||||
@Test
|
||||
public void deleteWithNullDoesNotDeleteAnything() throws Exception {
|
||||
|
||||
assertDeleteCallDoesNotDeleteAnything(null);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void executesManipulatingQuery() throws Exception {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user