Commit fac2a48
committed
!3789 test(#I6B6FF): add unit test for ModelEqualityComparer
* Merge branch 'main' into test-treeview
* test: add Equals method unit test
* refactor: rename IModelEqualityComparer extension
* refactor: use IModelEqualityComparer interface for code reuse
* fix: update code for Equals parameter
* test: update code remove warning message
* refactor: add nullable constraint
* refactor: remove suggesion
* refactor: add IModelEqualityComparer interface
* refactor: change _itemCache to ItemCache
* test: update GetKeyValue unit test
* refactor: update Equlas check logic make it faster
* refactor: update ModelComparer make it simple
* test: add ExpandIcon unit test1 parent 1b37405 commit fac2a48
4 files changed
Lines changed: 36 additions & 4 deletions
File tree
- test/UnitTest
- Components
- Misc
- Utils
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4550 | 4550 | | |
4551 | 4551 | | |
4552 | 4552 | | |
4553 | | - | |
| 4553 | + | |
4554 | 4554 | | |
4555 | 4555 | | |
4556 | 4556 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
377 | 377 | | |
378 | 378 | | |
379 | 379 | | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
380 | 394 | | |
381 | 395 | | |
382 | 396 | | |
| |||
505 | 519 | | |
506 | 520 | | |
507 | 521 | | |
508 | | - | |
| 522 | + | |
509 | 523 | | |
510 | 524 | | |
511 | 525 | | |
512 | 526 | | |
513 | | - | |
| 527 | + | |
514 | 528 | | |
515 | 529 | | |
516 | 530 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments