org.opennms.core.test.annotations
Annotation Type JUnitDNSServer


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

JUnitDNSServer class.

Version:
$Id: $
Author:
ranger

Optional Element Summary
 int port
          the port to listen on
 DNSZone[] zones
          a list of DNS zones to respond to
 

port

public abstract int port
the port to listen on

Default:
9153

zones

public abstract DNSZone[] zones
a list of DNS zones to respond to

Default:
{}


Copyright © 2011. All Rights Reserved.