Annotation Type JUnitSnmpAgent


  • @Inherited
    @Retention(RUNTIME)
    @Target({METHOD,TYPE})
    public @interface JUnitSnmpAgent

    JUnitSnmpAgent class.

    Version:
    $Id: $
    Author:
    brozow
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean forceMockStrategy  
      java.lang.String host  
      int port
      This value should match the port value configured in the unit test spring context object ProxySnmpAgentConfigFactory
      java.lang.String resource  
    • Element Detail

      • resource

        java.lang.String resource
        Default:
        "classpath:/snmpwalk.properties"
      • host

        java.lang.String host
        Default:
        ""
      • port

        int port
        This value should match the port value configured in the unit test spring context object ProxySnmpAgentConfigFactory
        Default:
        9161
      • forceMockStrategy

        boolean forceMockStrategy
        Default:
        false