Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/androrm/androrm
/ setName
Method
setName
test/src/com/orm/androrm/impl/Product.java:28–30 ·
view source on GitHub ↗
(String name)
Source
from the content-addressed store, hash-verified
26
}
27
28
public
void
setName(String name) {
29
mName.set(name);
30
}
31
32
public
String getName() {
33
return
mName.get();
Callers
10
testIs
Method · 0.95
testIn
Method · 0.95
setUp
Method · 0.95
testSetAndGet
Method · 0.95
testReset
Method · 0.95
testAddAndGet
Method · 0.95
testAddAllAndGet
Method · 0.95
testCount
Method · 0.95
testSet
Method · 0.95
testReset
Method · 0.95
Calls
1
set
Method · 0.65
Tested by
no test coverage detected