blob: 056280723c7ceeff4c22e9f0a46544e0ffb6d508 [file] [log] [blame]
package org.eclipse.papyrus.uml.diagram.clazz.lf.associationlabellayout.tests.edit.parts;
import static org.junit.jupiter.api.Assertions.*;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
class MyAssociationEndSourceEditPartTest {
@BeforeEach
void setUp() throws Exception {
}
@AfterEach
void tearDown() throws Exception {
}
@Test
void testCalculateLength() {
fail("Not yet implemented");
}
}