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);