儒猿基于RocketMQ的互联网酒店预订系统项目实战
@Testpublic void test() {
// System.setProperties("os.name", "Window");
// 如果是 Mac 会正常运行
// 如果不是会跳过
try {
Assumptions.assumeTrue(System.getProperties("os.name").containes("Mac"));
} catch (e) {
throw e;
}}