ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/CollectionTest.java
(Generate patch)

Comparing jsr166/src/test/tck/CollectionTest.java (file contents):
Revision 1.1 by jsr166, Sun Jun 14 20:58:14 2015 UTC vs.
Revision 1.10 by jsr166, Tue Oct 25 01:32:55 2016 UTC

# Line 5 | Line 5
5   * http://creativecommons.org/publicdomain/zero/1.0/
6   */
7  
8 import java.util.Collection;
9
8   import junit.framework.Test;
9  
10   /**
# Line 31 | Line 29 | public class CollectionTest extends JSR1
29                                          impl));
30      }
31  
32 <    /** A test of the CollectionImplementation implementation ! */
33 <    public void testEmptyMeansEmpty() {
34 <        assertTrue(impl.emptyCollection().isEmpty());
37 <        assertEquals(0, impl.emptyCollection().size());
38 <    }
39 <
40 <    // public void testCollectionDebugFail() { fail(); }
32 > //     public void testCollectionDebugFail() {
33 > //         fail(impl.klazz().getSimpleName());
34 > //     }
35   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines