Kotlin Testing
  • Newsletter Archive
  • DevSpeaker - polish IT community
  • darmowy kurs - 5 dni z jUnit5 (pl only)
basics Android Getting Started IDE Kotlin MVVM Parametrized Spek TDD Testing assertions conference coroutines data-driven-test date examples exceptions junit kotest kotlintest ktor libraries meta mock-static mocking mockito mockito kotlin mockito-kotlin mockk mocks newsletter okhttp parameterized reflection repository rest talk time
How to use jUnit4 & jUnit5 in one project?
basics

How to use jUnit4 & jUnit5 in one project?

When you have existing test suite containing jUni4 tests and you want to migrate slowly to jUnit5 to make use of new APIs and modern test engine, you may encounter some issues – not all tests will be visible in reports.
Read More
Jarosław Michalik
Nested tests with Junit5
junit

Nested tests with Junit5

Nested tests in Junit5 allows us grouping test cases. Check how to do this in presenter tests.
Read More
Jarosław Michalik
Q & A from conferences 2020
conference

Q & A from conferences 2020

Frequently Asked Questions - now I'm giving answers about things you've asked me on 2020 conferences.
Read More
Jarosław Michalik
Testing time-based code with Joda Time
Testing time-based code with Joda Time
time

Testing time-based code with Joda Time

Testing time based properties with Joda Time - hints how to write micro DSL included!
Read More
Jarosław Michalik
Parameterized tests with Kotest
Parameterized tests with Kotest
kotest

Parameterized tests with Kotest

Creating parameterized tests in Kotlin: data driven testing, collection inspections and generating test cases with FreeSpec.
Read More
Jarosław Michalik
Test execution basics: passed, failed, crashed
basics

Test execution basics: passed, failed, crashed

When the test passes, when it fails and why it crashes? In this short note we will try to find the answers for those questions.
Read More
Jarosław Michalik

Tags

Android 4
Getting Started 1
IDE 2
Kotlin 3
MVVM 1
Parametrized 1
Spek 1
TDD 1
Testing 7
assertions 4
basics 6
conference 2
coroutines 2
data-driven-test 1
date 2
examples 2
exceptions 1
junit 2
kotest 4
kotlintest 2
ktor 1
libraries 1
meta 1
mock-static 2
mocking 3
mockito 3
mockito kotlin 1
mockito-kotlin 2
mockk 2
mocks 1
newsletter 7
okhttp 1
parameterized 1
reflection 1
repository 1
rest 1
talk 1
time 3

Recent Posts

Stubbing with doAnswer vs doReturn – what's the difference?
May 8, 2022
How to mock final classes in Kotlin with Mockito?
Feb 18, 2022
How to use jUnit4 & jUnit5 in one project?
Feb 12, 2022
Powered by Ghost
  • Newsletter Archive
  • DevSpeaker - polish IT community
  • darmowy kurs - 5 dni z jUnit5 (pl only)

Tags

Android 4
Getting Started 1
IDE 2
Kotlin 3
MVVM 1
Parametrized 1
Spek 1
TDD 1
Testing 7
assertions 4
basics 6
conference 2
coroutines 2
data-driven-test 1
date 2
examples 2
exceptions 1
junit 2
kotest 4
kotlintest 2
ktor 1
libraries 1
meta 1
mock-static 2
mocking 3
mockito 3
mockito kotlin 1
mockito-kotlin 2
mockk 2
mocks 1
newsletter 7
okhttp 1
parameterized 1
reflection 1
repository 1
rest 1
talk 1
time 3

Recent Posts

Stubbing with doAnswer vs doReturn – what's the difference?
May 8, 2022
How to mock final classes in Kotlin with Mockito?
Feb 18, 2022
How to use jUnit4 & jUnit5 in one project?
Feb 12, 2022