Committed by
Gerrit Code Review
Add Javadoc for IndexedLambda
Change-Id: I28c822ce196ede8681dbca78f4e9cc05e6fa2e17
Showing
1 changed file
with
6 additions
and
0 deletions
| ... | @@ -18,7 +18,13 @@ package org.onosproject.net; | ... | @@ -18,7 +18,13 @@ package org.onosproject.net; |
| 18 | import com.google.common.testing.EqualsTester; | 18 | import com.google.common.testing.EqualsTester; |
| 19 | import org.junit.Test; | 19 | import org.junit.Test; |
| 20 | 20 | ||
| 21 | +/** | ||
| 22 | + * Test for IndexedLambda. | ||
| 23 | + */ | ||
| 21 | public class IndexedLambdaTest { | 24 | public class IndexedLambdaTest { |
| 25 | + /** | ||
| 26 | + * Tests equality of IndexedLambda instances. | ||
| 27 | + */ | ||
| 22 | @Test | 28 | @Test |
| 23 | public void testEquality() { | 29 | public void testEquality() { |
| 24 | new EqualsTester() | 30 | new EqualsTester() | ... | ... |
-
Please register or login to post a comment