3940414243444546474849
BranchDeleteOp testOp = new BranchDeleteOp(); testOp.setName(null); exception.expect(IllegalStateException.class); testOp.call(); } @Test public void BranchNotPresentTest() { Optional<? extends Ref> branchref = geogig.command(BranchDeleteOp.class)