-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
test: added test cases for helper classes #1128
test: added test cases for helper classes #1128
Conversation
<TargetFramework>net8.0</TargetFramework> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/// <summary> | ||
/// Contains unit tests for <see cref="CurrencyHelper.IsZeroDecimalCurrencies"/> method. | ||
/// </summary> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/// <summary> | |
/// Contains unit tests for <see cref="CurrencyHelper.IsZeroDecimalCurrencies"/> method. | |
/// </summary> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need for docs in test projects
/// <summary> | ||
/// Verifies that zero-decimal currencies are correctly identified. | ||
/// </summary> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/// <summary> | |
/// Verifies that zero-decimal currencies are correctly identified. | |
/// </summary> |
/// <summary> | ||
/// Verifies that an exception is thrown when an invalid culture is provided. | ||
/// </summary> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/// <summary> | |
/// Verifies that an exception is thrown when an invalid culture is provided. | |
/// </summary> |
/// <summary> | ||
/// Contains unit tests for <see cref="ReflectionHelperTests"/> method. | ||
/// </summary> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/// <summary> | |
/// Contains unit tests for <see cref="ReflectionHelperTests"/> method. | |
/// </summary> |
/// <summary> | ||
/// Contains unit tests for <see cref="MenuApiController"/> method. | ||
/// </summary> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/// <summary> | |
/// Contains unit tests for <see cref="MenuApiController"/> method. | |
/// </summary> |
@hishamco comments resolved, PR is ready for review, thanks. |
Thanks for your contributions @KaranChadha10 |
Description
This PR contains the following points
Added unit tests for the following files=>
Related PR: #1074