Package net.windwards.dnsfrontend.util

Examples of net.windwards.dnsfrontend.util.TestingConfiguration


public class TestSimpleBackend {
    @Test
    public void basicOperation() throws Exception {
        Ehcache cache = TestUtils.getEhcache();
        Configuration conf = new TestingConfiguration("conf", "example.com.", 1);

        ARecord arec = new ARecord(new Name("foo.example.com."),
                DClass.IN, 1, InetAddress.getByName("localhost"));

        SimpleBackend backend = new SimpleBackend("A", arec);
View Full Code Here

TOP

Related Classes of net.windwards.dnsfrontend.util.TestingConfiguration

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.