Method Summary |
|
public void | testCase1() Subtract two positive numbers of the same length. |
public void | testCase10() Subtract two positive numbers of different length. |
public void | testCase11() Subtract two numbers of different length and different signs. |
public void | testCase12() Subtract two numbers of the same length and different signs. |
public void | testCase13() Subtract two numbers of different length and different signs. |
public void | testCase14() Subtract two numbers of the same length and different signs. |
public void | testCase15() Subtract two negative numbers of different length. |
public void | testCase16() Subtract two negative numbers of different length. |
public void | testCase17() Subtract two positive equal in absolute value numbers. |
public void | testCase18() Subtract zero from a number. |
public void | testCase19() Subtract a number from zero. |
public void | testCase2() Subtract two positive numbers of the same length. |
public void | testCase20() Subtract zero from zero. |
public void | testCase21() Subtract ZERO from a number. |
public void | testCase22() Subtract a number from ZERO. |
public void | testCase23() Subtract ZERO from ZERO. |
public void | testCase24() Subtract ONE from ONE. |
public void | testCase25() Subtract two numbers so that borrow is 1. |
public void | testCase3() Subtract two numbers of the same length and different signs. |
public void | testCase4() Subtract two numbers of the same length and different signs. |
public void | testCase5() Subtract two negative numbers of the same length. |
public void | testCase6() Subtract two negative numbers of the same length. |
public void | testCase7() Subtract two numbers of the same length and different signs. |
public void | testCase8() Subtract two numbers of the same length and different signs. |
public void | testCase9() Subtract two positive numbers of different length. |