Can someone help me understand why I am testing my entire class (Taxonomy),
but there are line that still did not get covered, YET several of the lines
are comments:
55 6
/**
56 0
* Get Specialty Description
57 0
*
58 0
* @return String Specialty Description
59
*/
60
public String getSpecialtyDescription() {
61 72
return specialtyDescription;
62 0
}
63 0
64 0
/**
65
* Set Specialty Description
66 0
*
67
* @param specialtyDescription String Specialty Description
68 0
*/
69
public void setSpecialtyDescription(String specialtyDescription) {
70 72
this.specialtyDescription = specialtyDescription;
71 72
}
72 0
--
Thanks
DJ MICK
http://www.djmick.com
http://www.myspace.com/mickknutson