异常截获
@Test(expectedExceptions = RuntimeException.class, expectedExceptionsMessageRegExp = ".该扣款场景暂不合法,不属于扣款使用场景.")
本文共 168 字,大约阅读时间需要 1 分钟。
异常截获
@Test(expectedExceptions = RuntimeException.class, expectedExceptionsMessageRegExp = ".该扣款场景暂不合法,不属于扣款使用场景.")
转载于:https://my.oschina.net/ouyangtaohong/blog/1555467