Search:

Type: Posts; User: blobbyx22

Search: Search took 0.11 seconds; generated 20 minute(s) ago.

  1. Replies
    3
    Views
    9,630

    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,630

    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.
  3. Replies
    2
    Views
    1,529

    looping through a string

    How do you loop through the String "COMMUNICATION" for example

    And give the String restrictions so it spaces each letter in the String and only has a specific amount of letters/spaces per line.
    ...
Results 1 to 3 of 3