``` K:\java\mobibot\src\main\java\net\thauvin\erik...
# kobalt
e
Copy code
K:\java\mobibot\src\main\java\net\thauvin\erik\mobibot\Mobibot.java:49: error: package org.junit.runner does not exist
import org.junit.runner.RunWith;
                       ^
K:\java\mobibot\src\main\java\net\thauvin\erik\mobibot\Mobibot.java:59: error: cannot find symbol
@RunWith
 ^
  symbol: class RunWith
2 errors
:compileAnnotationProcessor FAILED

FAILURE: Build failed with an exception.