Open kselena opened 2 years ago
Refactor all of the unit test assertions to use the FluentAssertions library.
This will greatly cleanup the unit testing side of things and make the creation of unit tests easier.
QuoteAnalyzerServiceTests.cs
ExpressionExecutorServiceTests.cs
ExpressionValidatorServiceTests.cs
FunctionExtractorServiceTests.cs
ParsingServiceTests.cs
No response
Change Type Labels
🐛bug
🧨breaking changes
✨new feature
workflow
🗒️documentation/code
📝documentation/product
Priority Type Labels
low priority
medium priority
high priority
Complete The Item Below
Description
Refactor all of the unit test assertions to use the FluentAssertions library.
This will greatly cleanup the unit testing side of things and make the creation of unit tests easier.
Acceptance Criteria
QuoteAnalyzerServiceTests.cs
- 43 linesExpressionExecutorServiceTests.cs
- 99 linesExpressionValidatorServiceTests.cs
- 101 linesFunctionExtractorServiceTests.cs
- 117 linesParsingServiceTests.cs
- 35 linesToDo Items
Issue Dependencies
No response
Related Work
No response
Additional Information:
Change Type Labels
🐛bug
🧨breaking changes
✨new feature
workflow
🗒️documentation/code
📝documentation/product
Priority Type Labels
low priority
medium priority
high priority
Code of Conduct