package org.framed.orm.ui.tests.action; import static org.junit.Assert.*; import org.junit.Test; public class StepActionTest { @Test public void testCalculateEnabled() { assertTrue("This method should not be tested as it's not public", true); //fail("Not yet implemented, intended method is protected/private"); } }