Why does this test succeed when an exception is thrown or not ? when i remove the try/catch it works but cannot test negative test

前端 未结 0 1257
梦谈多话
梦谈多话 2021-01-17 02:22
  public class TileCombinationSetsTest {
    
    @Test public void testTileCombinations() {
        
        new TileCombinationSets();
        
        assertEqual         


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