Skip to content

Update equals, isEmpty and set methods

e410347
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Add some methods from ArrayList #3

Update equals, isEmpty and set methods
e410347
Select commit
Loading
Failed to load commit list.
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()