Commit b798ca6
committed
refactor: Extract Flow<DataClass> tests to FlowDataClassTest, remove 739 redundant tests
CalculatorTest.kt contained 769 tests, 739 of which were exact duplicates of
tests in 13 specialized test files (CoreTest, EnumTest, ObjectTest, etc.).
Extracted the 30 unique 'flow dc - *' tests (Flow with data classes) into
FlowDataClassTest.kt and removed the monolithic CalculatorTest.kt to reduce
redundancy and improve test organization.1 parent 2da2949 commit b798ca6
2 files changed
Lines changed: 300 additions & 6475 deletions
File tree
- examples/calculator/src/jvmTest/kotlin/com/example/calculator
0 commit comments