Skip to content

Add some methods from ArrayList - #3

Merged
ScribbleTAS merged 2 commits into
MinecraftTAS:mainfrom
ScribbleTAS:add
Sep 6, 2025
Merged

Add some methods from ArrayList#3
ScribbleTAS merged 2 commits into
MinecraftTAS:mainfrom
ScribbleTAS:add

Update equals, isEmpty and set methods

e410347
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / Tests succeeded Sep 6, 2025 in 0s

4 passed, 0 failed and 1 skipped

Tests passed successfully

✅ TEST-BigArrayListTest.xml

5 tests were completed in 56ms with 4 passed, 0 failed and 1 skipped.

Test suite Passed Failed Skipped Time
BigArrayListTest 4✅ 1⚪ 56ms

✅ BigArrayListTest

⚪ testBigArrayList()
✅ testClear()
✅ testAddAll()
✅ testEquals()
✅ testIterator()