Uses of Class
test.Todo
-
Packages that use Todo Package Description test -
-
Uses of Todo in test
Methods in test that return Todo Modifier and Type Method Description TodoTodoRepo. getById(long id)Methods in test that return types with arguments of type Todo Modifier and Type Method Description List<Todo>TodoRepo. getList()Methods in test with parameters of type Todo Modifier and Type Method Description booleanTodoRepo. save(Todo todo)booleanTodoRepo. update(Todo todo)
-