Empty test suite

背景

新建了一个spring boot项目,但是在进行单元测试时提示“Empty test suite”

alpha.iml

  
  
    
    
    
      
      
      
      
      
      
      
      
      
      
      
      
      
    
    ······

原因

/alpha-exptmgr/src/test/resources下的代码已经被alpha模块占用

解决方案

删除下相关配置即可

你可能感兴趣的:(Empty test suite)