trace all stat fields

This commit is contained in:
Doug MacEachern 2007-08-15 17:22:55 +00:00
parent 78e1b02f01
commit dc1ddb0943
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ public class TestNetIf extends SigarTestCase {
NetInterfaceStat ifstat = sigar.getNetInterfaceStat(name);
assertGtEqZeroTrace("RxPackets", ifstat.getRxPackets());
assertGtEqZeroTrace("TxPackets", ifstat.getTxPackets());
traceMethods(ifstat);
} catch (SigarNotImplementedException e) {
//ok
} catch (SigarException e) {