Searched defs:emailSent (Results 1 - 1 of 1) sorted by relevance

/external/mockito/src/test/java/org/mockitousage/stubbing/
H A DCloningParameterTest.java35 person.emailSent();
55 private boolean emailSent; field in class:CloningParameterTest.Person
61 public void emailSent() { method in class:CloningParameterTest.Person
62 emailSent = true;
70 result = prime * result + (emailSent ? 1231 : 1237);
86 if (emailSent != other.emailSent)

Completed in 45 milliseconds