mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-23 21:31:00 +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 org.junit.Test;
|
||||
|
||||
/**
|
||||
* Test for IndexedLambda.
|
||||
*/
|
||||
public class IndexedLambdaTest {
|
||||
/**
|
||||
* Tests equality of IndexedLambda instances.
|
||||
*/
|
||||
@Test
|
||||
public void testEquality() {
|
||||
new EqualsTester()
|
||||
|
Loading…
x
Reference in New Issue
Block a user