Package com.marginallyclever.donatello
Class TestNodeGraphSwing
java.lang.Object
com.marginallyclever.donatello.TestNodeGraphSwing
public class TestNodeGraphSwing
extends java.lang.Object
Test the NodeGraphSwing elements.
- Since:
- 2022-02-21
-
Constructor Summary
Constructors Constructor Description TestNodeGraphSwing() -
Method Summary
Modifier and Type Method Description voidbeforeEach()ResetvoidtestFactoryCreatesAllSwingTypes()Make sure all nodes introduced in this package can be created.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TestNodeGraphSwing
public TestNodeGraphSwing()
-
-
Method Details
-
beforeEach
@BeforeEach public void beforeEach()Reset -
testFactoryCreatesAllSwingTypes
@Test public void testFactoryCreatesAllSwingTypes()Make sure all nodes introduced in this package can be created.
-