mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-01-17 00:06:00 -05:00
Added size test to TestSWGList
This commit is contained in:
@@ -48,6 +48,7 @@ public class TestSWGList extends TestRunnerNoIntents {
|
||||
SWGList<String> swgList = SWGList.Companion.createAsciiList(3, 6);
|
||||
swgList.addAll(List.of(strings));
|
||||
|
||||
Assert.assertEquals(size, swgList.size());
|
||||
Assert.assertArrayEquals(strings, swgList.toArray());
|
||||
|
||||
List<String> list = new ArrayList<>();
|
||||
|
||||
Reference in New Issue
Block a user