Example #1
0
 @Before
 public void setup() {
   Kernel.INSTANCE.restart();
   Kernel.initBootstrap();
   if (!Kernel.getBlob().blobRepoExists(ctx, "//blobapitestrepo")) {
     Kernel.getBlob()
         .createBlobRepo(
             ctx, "//blobapitestrepo", "BLOB {} USING MEMORY {}", "REP {} USING MEMORY {}");
   }
 }