Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/castello/spring_basic
/ count
Method
count
ch4/CommentDaoImplTest.java:20–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
CommentDao commentDao;
19
20
@Test
21
public
void
count() throws Exception {
22
commentDao.deleteAll(1);
23
assertTrue(commentDao.count(1)==0);
24
}
25
26
@Test
27
public
void
delete() throws Exception {
Callers
nothing calls this directly
Calls
2
deleteAll
Method · 0.65
count
Method · 0.65
Tested by
no test coverage detected