Skip to content

Commit 1c9bd23

Browse files
authored
Merge pull request #835 from rcalago/master
Update on README.md
2 parents 1355cac + 85b9bb5 commit 1c9bd23

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

core-kotlin-modules/core-kotlin-8/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
- [Kotlin TODO() Function](https://www.baeldung.com/kotlin/todo)
66
- [Comparator in Kotlin](https://www.baeldung.com/kotlin/comparator)
77
- [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)
89
- More articles: [[<-- prev]](../core-kotlin-7)

core-kotlin-modules/core-kotlin-lang-4/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ This module contains articles about core features in the Kotlin language.
1111
- [Working With Triple in Kotlin](https://www.baeldung.com/kotlin/triple-type)
1212
- [equals() and hashCode() Generator in Kotlin](https://www.baeldung.com/kotlin/equals-hashcode-generator)
1313
- [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)
1415
- [[<-- prev]](/core-kotlin-modules/core-kotlin-lang-3)

kotlin-testing/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ This module contains articles about testing in Kotlin
1010
- [Testing a Lambda Function With Mockito Kotlin](https://www.baeldung.com/kotlin/mockito-verify-lambda)
1111
- [How to Mock and Verify Lambda Expression in Kotlin](https://www.baeldung.com/kotlin/lambda-mock-verify)
1212
- [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)

0 commit comments

Comments
 (0)