mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-13 05:25:20 +00:00
Better test method name.
This commit is contained in:
parent
eb15d360b4
commit
3b56144559
@ -136,7 +136,7 @@ public Stream<DynamicTest> simpleStreamForEachFailing() {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testOf() {
|
||||
public void testOfArray() {
|
||||
assertEquals(0, Streams.of((Object[]) null).count());
|
||||
assertEquals(1, Streams.of("foo").count());
|
||||
assertEquals(2, Streams.of("foo", "bar").count());
|
||||
|
Loading…
x
Reference in New Issue
Block a user