Linux のコマンド ラインから evosuite を使用してテスト ケースを生成しました。Eclipse でテストを実行しようとしています。プロジェクトに evsuite-standalone-runtime-0.2.0.jar をインポートしました。
evsuite に関してインポートされたすべてのクラスには、エラー記号が付いています。
import org.evosuite.runtime.EvoRunner;
import org.evosuite.runtime.EvoRunnerParameters;
import org.evosuite.runtime.testdata.EvoSuiteFile;
import org.evosuite.runtime.testdata.EvoSuiteLocalAddress;
import org.evosuite.runtime.testdata.EvoSuiteRemoteAddress;
import org.evosuite.runtime.testdata.EvoSuiteURL;
私はこれを理解していません。インポートされた jar ファイルにあるにもかかわらず、これらのクラスは不明のようです。