You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Eclipse project comes with a JUnit test. You can run this test to ensure that your code changes do not break the program. Please make sure that the <ProjectName>Test passes after your code changes, where <ProjectName> is the name of the Eclipse project.
Running JUnit Test
To run <ProjectName>Test, right-click on launch/<ProjectName>Test.launch and select Run As > MSTTest. See the figure below for a screenshot.