mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-23 05:11:04 +02:00
Add Javadoc for IndexedLambda
Change-Id: I28c822ce196ede8681dbca78f4e9cc05e6fa2e17
This commit is contained in:
parent
c3af35a9b7
commit
c5ade712bd
@ -18,7 +18,13 @@ package org.onosproject.net;
|
|||||||
import com.google.common.testing.EqualsTester;
|
import com.google.common.testing.EqualsTester;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Test for IndexedLambda.
|
||||||
|
*/
|
||||||
public class IndexedLambdaTest {
|
public class IndexedLambdaTest {
|
||||||
|
/**
|
||||||
|
* Tests equality of IndexedLambda instances.
|
||||||
|
*/
|
||||||
@Test
|
@Test
|
||||||
public void testEquality() {
|
public void testEquality() {
|
||||||
new EqualsTester()
|
new EqualsTester()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user