How to get JUnit tests annotated with @Tag to be executed in suite that has @IncludeTags?

前端 未结 0 548
渐次进展
渐次进展 2020-12-22 01:54

I have the following code:

Test class:

@Tag("foo")
class SomeIT {
...
   @Test
   public void testSo         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题