Skip to content
Snippets Groups Projects
Commit 09719aab authored by Jiaming Zhang's avatar Jiaming Zhang
Browse files

Update BoundaryTests.java

parent a63843f8
Branches
No related tags found
No related merge requests found
......@@ -24,16 +24,6 @@ public class BoundaryTests
{
}
//Any method annotation with "@Test" is executed as a test.
@Test public void aTest()
{
//the assertEquals method used to check whether two values are
//equal, using the equals method
final int expected = 2;
final int actual = 1 + 1;
assertEquals(expected, actual);
}
//To test B1 in Machine.
@Test public void b1Test()
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment