public void runTests() {
if (testCase.getGeometry(0) != null && testCase.getGeometry(1) != null) {
IntersectionMatrix im = testCase.getIM();
IntersectionMatrix imBA = new IntersectionMatrix(im);
//IntersectionMatrix expectedIm = new IntersectionMatrix(expectedImTextField.getText());
imBA.transpose();
setRelateLabel(relateII, im.get(Location.INTERIOR, Location.INTERIOR));
setRelateLabel(relateIB, im.get(Location.INTERIOR, Location.BOUNDARY));
setRelateLabel(relateIE, im.get(Location.INTERIOR, Location.EXTERIOR));
setRelateLabel(relateBI, im.get(Location.BOUNDARY, Location.INTERIOR));
setRelateLabel(relateBB, im.get(Location.BOUNDARY, Location.BOUNDARY));