use of org.snmp4j.smi.Integer32 in project opennms by OpenNMS.
the class MockSnmpAgentIT method testGetNext.
@Test
public void testGetNext() throws Exception {
request("1.3.5.1.1.3").andExpect("1.3.5.1.1.3.0", SMIConstants.SYNTAX_INTEGER, new Integer32(42));
doGetNext();
}
Aggregations