Package com.singularsys.jeptests.unit
Class ComplexTest
- java.lang.Object
-
- com.singularsys.jeptests.unit.ComplexTest
-
public class ComplexTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ComplexTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestImmutableComplex()voidtestMessage()voidtestMessageIformat()voidtestMessageIstyle()voidtestMul()Tests the mul methodvoidtestPower()Tests the power methodvoidtestRecip()
-
-
-
Method Detail
-
testPower
public void testPower()
Tests the power method
-
testMul
public void testMul()
Tests the mul method
-
testRecip
public void testRecip()
-
testMessage
public void testMessage()
-
testMessageIstyle
public void testMessageIstyle()
-
testMessageIformat
public void testMessageIformat()
-
testImmutableComplex
public void testImmutableComplex()
-
-