Error:(3, 24) java: package org.junit does not exist
Error:(3, 1) java: static import only from classes and interfaces
Error:(5, 17) java: package org.junit does not exist
Error:(6, 17) java: package org.junit does not exist
Error:(12, 10) java: cannot find symbol
symbol: class Before
location: class edu.kit.ipd.swt1.SimpleEditMeTest
Error:(17, 10) java: cannot find symbol
symbol: class Test
location: class edu.kit.ipd.swt1.SimpleEditMeTest
[...]
Когда я пытаюсь запустить тест, я получаю следующие ошибки: [code]Error:(3, 24) java: package org.junit does not exist Error:(3, 1) java: static import only from classes and interfaces Error:(5, 17) java: package org.junit does not exist Error:(6, 17) java: package org.junit does not exist Error:(12, 10) java: cannot find symbol symbol: class Before location: class edu.kit.ipd.swt1.SimpleEditMeTest Error:(17, 10) java: cannot find symbol symbol: class Test location: class edu.kit.ipd.swt1.SimpleEditMeTest [...] [/code] Мой тестовый код: [code]package edu.kit.ipd.swt1;