prmr / JetUML

A desktop application for fast UML diagramming.
GNU General Public License v3.0
620 stars 121 forks source link

Fix tests with private @BeforeEach methods #483

Closed prmr closed 1 year ago

prmr commented 1 year ago

A number of tests fail because their @BeforeEach method is private. Fold the behavior of these methods into the constructor of the test class.