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

Add unit tests, refactor namespaces, and update methods #7

Merged
merged 2 commits into from
Aug 31, 2024
Merged

Conversation

Miiraak
Copy link
Owner

@Miiraak Miiraak commented Aug 31, 2024

  • Introduced comprehensive unit tests for arithmetic and conversion methods in new ClassicalCompendium.Tests namespace.
  • Removed NumeralSystemTests.cs and corrected namespace in PresetListsTests.cs.
  • Added CalculsMethods class for basic arithmetic operations.
  • Renamed NumeralSystemMethods to ConversionMethods.
  • Updated CryptoMethods.cs to use PresetLists.Chars.ReverseAlphabet.
  • Renamed PreSetLists to PresetLists and added nested classes Chars and Numbers with relevant data structures.

- Introduced comprehensive unit tests for arithmetic and conversion methods in new `ClassicalCompendium.Tests` namespace.
- Removed `NumeralSystemTests.cs` and corrected namespace in `PresetListsTests.cs`.
- Added `CalculsMethods` class for basic arithmetic operations.
- Renamed `NumeralSystemMethods` to `ConversionMethods`.
- Updated `CryptoMethods.cs` to use `PresetLists.Chars.ReverseAlphabet`.
- Renamed `PreSetLists` to `PresetLists` and added nested classes `Chars` and `Numbers` with relevant data structures.
@Miiraak Miiraak self-assigned this Aug 31, 2024
Updated project, assembly, and file versions from 1.0.3 to 1.0.4 in ClassicalCompendium.csproj. This version increment likely includes new features, bug fixes, or other improvements.
@Miiraak Miiraak merged commit f767616 into master Aug 31, 2024
6 checks passed
@Miiraak Miiraak deleted the new_lists branch August 31, 2024 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant