You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be mentioned in Parts 3,4 and 6 that the following import should be added to the classes RaceParticipant.kt, RaceTrackerApp.kt and RaceParticipantTest.kt.
import kotlinx.coroutines.*
delay, launch etc. appear with error otherwise.
In Part 7 focusing on testing, the build.grale.kts that needs to be updated is the one of the module. This could be clarified.
In part 7 focusing on testing, it is written: 6. Run the test to confirm that it passes. It would be good to write how to run the tests and have a screenshot for users new to JUnit.
The text was updated successfully, but these errors were encountered:
It should be mentioned in Parts 3,4 and 6 that the following import should be added to the classes RaceParticipant.kt, RaceTrackerApp.kt and RaceParticipantTest.kt.
import kotlinx.coroutines.*
delay, launch etc. appear with error otherwise.
In Part 7 focusing on testing, the build.grale.kts that needs to be updated is the one of the module. This could be clarified.
It should also be clarified which imports to do:
import org.junit.Test
import org.junit.Assert.assertEquals
In part 7 focusing on testing, it is written: 6. Run the test to confirm that it passes. It would be good to write how to run the tests and have a screenshot for users new to JUnit.
The text was updated successfully, but these errors were encountered: