Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lists and Arrays - Operation Byte Support #85

Merged
merged 7 commits into from
Apr 6, 2022
Merged

Conversation

DK96-OS
Copy link
Owner

@DK96-OS DK96-OS commented Apr 5, 2022

Create Methods in ByteList similar to existing Lists and Arrays methods for other Number types.

Create new Methods in ByteArrayExt as required.

  • ByteList
  • ByteArrayExt

Ensure that everything has documentation, and provide high code coverage tests for everything added.

  • Documentation
  • Test Coverage

* Create ByteList.kt
* Update ByteArrayExt - update code style, add findTargetValueN method
@DK96-OS DK96-OS added the enhancement New feature or request label Apr 5, 2022
* Create ByteArrayExtFindTargetValueNTest - add test cases for findTargetValueN
* Update ByteArrayExtTest - improve newArray method, make available for test package, add test cases for sum method
* Create ByteListFindGreaterThanTest
* Create ByteListFindLessThanTest
* Create ByteListFindOutOfRangeTest
* Create ByteListLargeSumTest
* Create ByteListRemoveByIndicesTest
@DK96-OS
Copy link
Owner Author

DK96-OS commented Apr 6, 2022

  • Add missing titles in class documentation.
  • Fix incorrect titles in class documentation

@DK96-OS DK96-OS changed the base branch from master to release-0.4.4 April 6, 2022 13:38
* Update ByteList Test class documentation
* Update ByteArray Test class documentation
* Update ByteListFindOutOfRangeTest - add test case
@DK96-OS DK96-OS merged commit cc6781b into release-0.4.4 Apr 6, 2022
@DK96-OS DK96-OS deleted the lists-dev branch April 6, 2022 14:10
@DK96-OS DK96-OS mentioned this pull request Apr 6, 2022
2 tasks
DK96-OS added a commit that referenced this pull request Apr 7, 2022
* Lists and Arrays - Operation Byte Support (#85)

Lists:
* Create ByteList.kt - include similar methods to those of other types
* Update ByteArrayExt - update code style, add findTargetValueN method

Tests:
* Create ByteArrayExtFindTargetValueNTest - add test cases for findTargetValueN
* Create ByteListFindGreaterThanTest
* Create ByteListFindLessThanTest
* Create ByteListFindOutOfRangeTest
* Create ByteListLargeSumTest
* Create ByteListRemoveByIndicesTest
* Update ByteArrayExtTest - improve newArray method, make available for test package, add test cases for sum method

* Linear Probability Generator (#86)

Generators:
* Create LinearShortElement - add constructor with Random argument, implement generate method, store number of LinearStates as member variable
* Create ShortElementInterface

Tests:
* Create LinearShortElementAnalysis - measure distributions of outcomes, combine length test cases into parameterized test
* Create LinearShortElementPerformance - measure performance of different outcomes
* Create LinearShortElementStaticTest - add test cases for the countLinearStates method
* Create LinearShortElementTest
* Update RandomProvider - update code style

Build Updates:
* Increase Artifact 0.4.3 -> 0.4.4
* Increase Generators Coverage Limits - Instruction 95, Branch 92
* Remove Lists Module dependency from Generators
* Remove Kotlin Standard Library from dependencies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant