Create Network Tests | raywenderlich.com


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/7042416-dependency-injection-with-koin/lessons/21

Hey, so assertNotNull and assertTrue are no where to be found, did you import something? Because the only thing I can actually get is just assert

assertNotNull and assertTrue are part of the JUnit library. You will have to import those (The library should be part of your gradle file)