Consider the following (incomplete) JUnit theory for compare…

Consider the following (incomplete) JUnit theory for compareTo() (from the Comparable interface) and equals().      @Theory public void compareToConsistentWithEquals( … ) {      assumeTrue (…);   // Assume none of the parameters are null  (i.e. no NPE)      assumeTrue (…);   // Assume parameters are mutually comparable (i.e. no CCE)            assertTrue (…);   //Assume that the assumeTrue(…) statements are correctly implemented.     } How many parameters should this theory have?

A family comes in with you because the death of their loved…

A family comes in with you because the death of their loved one is impending. During the time in which you are working with them and pre-planning, they receive a phone call that their loved one has passed away. They let you know this and then leave to go be with the loved one who has just passed and other family members that are there.  Your next interaction with the family is at the hospital where you have gone to pick up their loved-one’s remains.  Is this interaction with the family still considered pre-need counseling?