Class ComplexTest
java.lang.Object
com.singularsys.jeptests.unit.standard.ComplexTest
Test for
Complex.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidtestMul()Tests the mul methodvoidTests the power methodvoid
-
Field Details
-
PRINT_RESULTS
public static final boolean PRINT_RESULTS
-
-
Constructor Details
-
ComplexTest
public ComplexTest()
-
-
Method Details
-
testPower
@Test public void testPower()Tests the power method -
testMul
@Test public void testMul()Tests the mul method -
testRecip
@Test public void testRecip() -
testMessage
@Test public void testMessage() -
testMessageIstyle
@Test public void testMessageIstyle() -
testMessageIformat
@Test public void testMessageIformat() -
testImmutableComplex
@Test public void testImmutableComplex()
-