package org.couchbase.mock;
import java.io.IOException;
import junit.framework.TestCase;
super(testName);
}
@Override
protected void setUp()
throws Exception {
super.setUp();
}
@Override
protected void tearDown()
throws Exception {
super.tearDown();
}
System.out.println("getJSON");
CouchbaseBucket instance = new CouchbaseBucket("membase", "localhost", 0, 100, 0, 100);
String result = instance.getJSON();
}
}