Thomas Schmidt
Thomas Schmidt
Repost! @hennr Just curious. What are the advantages of using junit5 over junit4 (with respect to an updated junit dependency like junit 4.13.2)?
@hennr Thanks for the insight. As for support in Spring Boot 2.4 that's really good to know. One of my next projects will probably be using Spring Boot. Time to...
If your project is relatively new without too much legacy code, your should consider using Android Architecture Components. In there you will find Room for handling database access and the...
@bartek-wesolowski Can I ask what version of IntelliJ/Android Studio (AS) you are using? Asking because I haven't been able to build anything using Bazel on versions of AS > than...
@Zwaartekracht Need some more context to be able to help > at com.example.wichtelquiz.framework.SpielerTest.jokerWeg(SpielerTest.kt:115) > ... Is this the same as? > `var mock : Frage = mock()` What does `Frage`...
@Zwaartekracht Any chance that you could post an example of your test-class with implementations of `Spieler` and `Frage`. It doesn't have to be the exact implementation from your project. Just...
@Zwaartekracht Not sure why `jokerWeg` pass when run as a single test and not when run all together. To me it sounds as if you have state leaking between your...
> "D:\Program Files\Android\Android Studio\jre\bin\java.exe" -ea -Didea.test.cyclic.buffer.size=1048576 "-javaagent:D:\Program Files\Android\Android Studio\lib\idea_rt.jar=62213:D:\Program Files\Android\Android Studio\bin" -Dfile.encoding=UTF-8 -classpath "D:\Program Files\Android\Android Studio\lib\idea_rt.jar" com.intellij.rt.execution.CommandLineWrapper C:\Users\mijae\AppData\Local\Temp\idea_classpath1925221024 com.intellij.rt.junit.JUnitStarter -ideVersion5 -junit4 DataExportBehaviourUnitTest Not sure why the above is shown, but...
> IMPORTANT INFORMATION FOR ANDROID USERS: The regular Byte Buddy mock makers cannot generate code on an Android VM! ~~You're missing a dependency:~~ ~~`androidTestImplementation "org.mockito:mockito-android:$mockito_version"`~~ Looks like your trying to...
@larmic You should take a look at [this](https://github.com/nhaarman/mockito-kotlin/issues/288#issuecomment-420630475).