Skip to content

Commit 8edbbf5

Browse files
committed
Free test resources
1 parent 77af259 commit 8edbbf5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/test/java/net/imagej/ops/geom/MeshFeatureTests.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
import net.imglib2.roi.labeling.LabelRegion;
6262
import net.imglib2.type.numeric.real.DoubleType;
6363

64+
import org.junit.AfterClass;
6465
import org.junit.BeforeClass;
6566
import org.junit.Test;
6667

@@ -81,6 +82,12 @@ public static void setupBefore() {
8182
mesh = getMesh();
8283
}
8384

85+
@AfterClass
86+
public static void oneTimeTearDown() {
87+
mesh = null;
88+
ROI = null;
89+
}
90+
8491
@Test
8592
public void boxivityMesh() {
8693
try {

0 commit comments

Comments
 (0)