MCPcopy Create free account
hub / github.com/androrm/androrm / setName

Method setName

test/src/com/orm/androrm/impl/Branch.java:31–33  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

29 }
30
31 public void setName(String name) {
32 mName.set(name);
33 }
34
35 public String getName() {
36 return mName.get();

Callers 8

setUpMethod · 0.95
setUpMethod · 0.95
testDoCascadeMethod · 0.95
testAddAndGetMethod · 0.95
testAddAllAndGetMethod · 0.95
testCountMethod · 0.95
testResetMethod · 0.95
testSetMethod · 0.95

Calls 1

setMethod · 0.65

Tested by

no test coverage detected