File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 5
5
- [ Kotlin TODO() Function] ( https://www.baeldung.com/kotlin/todo )
6
6
- [ Comparator in Kotlin] ( https://www.baeldung.com/kotlin/comparator )
7
7
- [ Get the Line Number Where an Exception Was Thrown in Kotlin] ( https://www.baeldung.com/kotlin/exception-metadata )
8
+ - [ How to Get the Name of a Variable in Kotlin] ( https://www.baeldung.com/kotlin/reflection-variable-name )
8
9
- More articles: [[ <-- prev]] ( ../core-kotlin-7 )
Original file line number Diff line number Diff line change @@ -11,4 +11,5 @@ This module contains articles about core features in the Kotlin language.
11
11
- [ Working With Triple in Kotlin] ( https://www.baeldung.com/kotlin/triple-type )
12
12
- [ equals() and hashCode() Generator in Kotlin] ( https://www.baeldung.com/kotlin/equals-hashcode-generator )
13
13
- [ The Implicit Name Of the Single Parameter in Lambda Expressions: it] ( https://www.baeldung.com/kotlin/lambda-expressions-it )
14
+ - [ Private Constructors in Kotlin] ( https://www.baeldung.com/kotlin/private-constructors )
14
15
- [[ <-- prev]] ( /core-kotlin-modules/core-kotlin-lang-3 )
Original file line number Diff line number Diff line change @@ -10,3 +10,4 @@ This module contains articles about testing in Kotlin
10
10
- [ Testing a Lambda Function With Mockito Kotlin] ( https://www.baeldung.com/kotlin/mockito-verify-lambda )
11
11
- [ How to Mock and Verify Lambda Expression in Kotlin] ( https://www.baeldung.com/kotlin/lambda-mock-verify )
12
12
- [ Testing Extension Methods in Kotlin] ( https://www.baeldung.com/kotlin/test-extension-methods )
13
+ - [ Using Spy in MockK] ( https://www.baeldung.com/kotlin/mockk-spy )
You can’t perform that action at this time.
0 commit comments