So, not sure if this is an intelliJ, Kotlin or JUn...
# intellij
r
So, not sure if this is an intelliJ, Kotlin or JUnit problem or some combination, but I can't seem to run individual test functions in Kotlin JUnit test classes. I click the little run icon next to an @Test function, but instead of running just that test it consistently runs all test functions in that class. Something I'm missing here? This is especially annoying when debugging one particular test case.