Search:

Type: Posts; User: Eriosblood

Search: Search took 0.10 seconds.

  1. Re: Help With Sequence Array, Current Index, 3 Errors, 6 Failures

    Alright alright been working on it and got to 0 Errors now and one Failure in the method **addAll**


    public void addAll(DoubleArraySeq addend)
    {
    if (addend == null)

    throw new...
  2. Re: Help With Sequence Array, Current Index, 3 Errors, 6 Failures

    testStart



    public void testStart( ) {
    DoubleArraySeq s = new DoubleArraySeq( );

    s.addBefore(23);
    s.addBefore(14);
    s.addBefore(-15.2);
  3. Help With Sequence Array, Current Index, 3 Errors, 6 Failures

    Not quite sure exactly where the bug is, have been testing it with Junit and it has 3 Errors and 6 Failures.

    *Test Start Fails: (assertEquals("Two addAfters", "17.0 9.0 (34.0) -15.2 14.0...
Results 1 to 3 of 3