Search:

Type: Posts; User: copeg

Search: Search took 0.10 seconds.

  1. Replies
    8
    Views
    1,572

    Re: Test Fails but I don't know why, please help

    Read the description of the union method:


    The key words there are this and the other
  2. Replies
    8
    Views
    1,572

    Re: Test Fails but I don't know why, please help

    A perfect example of the use of test cases - failure implies the logic is incorrect somewhere (which is indeed the case). Inspect the methods in the statistician class used prior to that assertion....
  3. Replies
    8
    Views
    1,572

    Re: Test Fails but I don't know why, please help

    Given the number of failures, its probably best to start one at a time. Your union has several assertions - which one fails?
  4. Replies
    8
    Views
    1,572

    Re: Test Fails but I don't know why, please help

    You do not mention which tests fail. This is key to understanding the failures
Results 1 to 4 of 4