Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
08/26/08 22:05:34 (3 months ago)
Author:
mseaton
Message:

trunk: jUnit testing. Added @should and Test methods for testing PatientService.getAllIdentifierValidators

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs/trunk/src/api/org/openmrs/api/PatientService.java

    r5256 r5368  
    614614 
    615615        /** 
    616      *  
    617616     * @return All registered PatientIdentifierValidators 
     617     * @should return all registered identifier validators 
    618618     */ 
    619619    public Collection<IdentifierValidator> getAllIdentifierValidators();