public class CalculatorTest
extends java.lang.Object
Constructor and Description |
---|
CalculatorTest(java.lang.String type) |
Modifier and Type | Method and Description |
---|---|
void |
add() |
void |
add2() |
static java.util.Collection<java.lang.Object[]> |
data() |
void |
divideByZero() |
void |
mult() |
void |
sendMessage() |
static void |
server() |
void |
stop() |
public CalculatorTest(java.lang.String type) throws java.lang.Exception
java.lang.Exception
public static java.util.Collection<java.lang.Object[]> data()
public static void server() throws java.lang.Exception
java.lang.Exception
public void stop() throws java.lang.Exception
java.lang.Exception
public void add() throws java.lang.Exception
java.lang.Exception
public void add2() throws java.lang.Exception
java.lang.Exception
public void mult() throws java.lang.Exception
java.lang.Exception
public void sendMessage() throws java.lang.Exception
java.lang.Exception
public void divideByZero()