Strain tests fail in Java: org.junit does not exist

Tests are failing after submitting a solution to strain in Java, with errors like

./src/test/java/StrainTest.java:1: error: package org.junit does not exist
import org.junit.Assert;

Since I didn’t submit the tests, only the solution, I can only suspect that the error is on Exercism side, right?

Strain is deprecated. I wouldn’t expect a fix.

1 Like