Search:

Type: Posts; User: blobbyx22

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    9,607

    Re: Deprecation in assert?

    yes, im using JUnit.

    i have assertEquals("failure", double, method)

    Where failure is the console text if the method doesnt work
    Double is a number
    and the method is an object calling a getter...
  2. Replies
    3
    Views
    9,607

    Deprecation in assert?

    In java it is saying my assertEquals method is deprecated, what does this mean?

    I'm trying to make a test method, and its literally crossing out the assertEquals.
Results 1 to 2 of 2