Skip to content
Snippets Groups Projects
Commit 0a55effe authored by Chamira Balasuriya's avatar Chamira Balasuriya
Browse files

remove redundant example tests

parent 63f7f265
No related branches found
No related tags found
No related merge requests found
......@@ -13,17 +13,7 @@ import static org.junit.Assert.*;
public class BoundaryTests
{
Machine testMachine = new Machine ();
//Any method annotated with "@Before" will be executed before each test,
//allowing the tester to set up some shared resources.
@Before public void setUp()
{
}
//Any method annotated with "@After" will be executed after each test,
//allowing the tester to release any shared resources used in the setup.
@After public void tearDown()
{
}
//Any method annotation with "@Test" is executed as a test.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment