mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
add test
This commit is contained in:
parent
30e4695096
commit
2b995a5370
@ -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);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user