Search:

Type: Posts; User: copeg

Search: Search took 0.39 seconds.

  1. Replies
    3
    Views
    2,553

    Re: JUnit test for ER

    I presume then you have covered sorting algorithms? If the answer is no, then you may be further over your head doing a sort manually rather than relying a previous implementation (aka Collections)....
  2. Replies
    3
    Views
    2,553

    Re: JUnit test for ER

    Rather than do the sorting yourself, the Collections provides several sort methods which makes sorting much easier. Just 1) have Patient implement Comparable or 2) write an object which implements...
Results 1 to 2 of 2