org.opennms.mock.snmp
Annotation Type JUnitSnmpAgent


@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
public @interface JUnitSnmpAgent

JUnitSnmpAgent class.

Version:
$Id: $
Author:
brozow

Optional Element Summary
 String host
           
 int port
          This value should match the port value configured in the unit test spring context object ProxySnmpAgentConfigFactory
 String resource
           
 

resource

public abstract String resource
Default:
"classpath:snmpwalk.properties"

host

public abstract String host
Default:
""

port

public abstract int port
This value should match the port value configured in the unit test spring context object ProxySnmpAgentConfigFactory

Default:
9161


Copyright © 2011. All Rights Reserved.