Commit 649fbe9
Restore isSameAs/isNotSameAs extension functions to AssertKExtensions.kt
These custom extensions were incorrectly removed in commit 3d649d9, causing
compilation errors in DefaultContextTest.kt and XMLContextFactoryTest.kt.
AssertK 0.28.1 does not provide isSameAs()/isNotSameAs() methods - these
were custom extensions for checking object identity (===) that are still
needed by the test suite.
Co-authored-by: bedaHovorka <bedaHovorka@users.noreply.github.com>1 parent 7180ce2 commit 649fbe9
1 file changed
Lines changed: 24 additions & 0 deletions
Lines changed: 24 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
104 | 128 | | |
105 | 129 | | |
106 | 130 | | |
| |||
0 commit comments