mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-08-18 20:38:02 +08:00
add test
This commit is contained in:
@@ -50,4 +50,11 @@ public class RuntimeUtilTest {
|
|||||||
Console.log("cpu个数:{}", cpu);
|
Console.log("cpu个数:{}", cpu);
|
||||||
Assert.assertTrue(cpu > 0);
|
Assert.assertTrue(cpu > 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@Ignore
|
||||||
|
public void issueIAB5LWTest() {
|
||||||
|
final String s = RuntimeUtil.execForStr("cmd /c netstat -aon | findstr 8080");
|
||||||
|
Console.log(s);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user