Package sumfuncts
Class TestAddFunctions
java.lang.Object
sumfuncts.TestAddFunctions
public class TestAddFunctions
extends java.lang.Object
- Author:
- Horst Lichter, Jochen Ludewig, Software Engineering – Grundlagen, Menschen, Prozesse, Techniken, dpunkt.verlag, (c) 2023
-
Constructor Summary
Constructors Constructor Description TestAddFunctions()
-
Method Summary
Modifier and Type Method Description static void
testAll(int a, int b, java.lang.String tcID)
Executes all add functions and prints the test caseMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TestAddFunctions
public TestAddFunctions()
-
-
Method Details
-
testAll
public static void testAll(int a, int b, java.lang.String tcID)Executes all add functions and prints the test case- Parameters:
a
- first summandb
- second summandtcID
- id of the test case
-