Annotation Type JUnitDNSServer


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

    JUnitDNSServer class.

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

      Optional Elements 
      Modifier and Type Optional Element Description
      int port
      the port to listen on
      DNSZone[] zones
      a list of DNS zones to respond to
    • Element Detail

      • port

        int port
        the port to listen on
        Default:
        9153
      • zones

        DNSZone[] zones
        a list of DNS zones to respond to
        Default:
        {}