mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
test
This commit is contained in:
parent
4ecdc17ffe
commit
563f398625
@ -551,6 +551,8 @@ public class EasyStreamTest {
|
|||||||
// this is an accessible parameterless constructor.
|
// this is an accessible parameterless constructor.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
public void testTransform() {
|
public void testTransform() {
|
||||||
final boolean result = EasyStream.of(1, 2, 3)
|
final boolean result = EasyStream.of(1, 2, 3)
|
||||||
.transform(EasyStream::toList)
|
.transform(EasyStream::toList)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user