我想在项目中添加一些测试,但是看不到我的课程。为什么?
@RunWith(SpringRunner::class)
@SpringBootTest
@DirtiesContext
@EmbeddedKafka(partitions = 1,
topics = [ServiceControllerTest.EXAMPLE_TOPIC])
class ServiceControllerTest {
@Autowired
lateinit var receiver: Receiver
}
例如:我无法导入和使用Receiver。