Search:

Type: Posts; User: shanklove

Search: Search took 0.09 seconds.

  1. Replies
    6
    Views
    2,441

    Re: Help with Character arrays

    Looks good in theory, but it fails all of these tests:
    It has something to do with "Lab03One.getDigits( values )"
    Cannot convert from String to Character[].

    Here is the whole test code, ignore...
  2. Replies
    6
    Views
    2,441

    Re: Help with Character arrays

    See I was going to do that, however, the test case that we were given has to be Character[]:
    @Test
    public void testGetDigitsWithListEmpty() {
    Character[] values = { };
    Character[] actual ...
  3. Replies
    6
    Views
    2,441

    Help with Character arrays

    Deleted for privacy.
Results 1 to 3 of 3