public class SMathTest
extends java.lang.Object
Constructor and Description |
---|
SMathTest() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
static void |
setUpBeforeClass() |
void |
tearDown() |
static void |
tearDownAfterClass() |
void |
test_cubicRealRoot() |
void |
test_quadricRealRoot()
JUnit Test de la méthode quadricRealRoot.
|
void |
testlinearRealRoot() |
void |
testnearlyEquals() |
void |
testquarticRealRoot() |
public static void setUpBeforeClass() throws java.lang.Exception
java.lang.Exception
public static void tearDownAfterClass() throws java.lang.Exception
java.lang.Exception
public void setUp() throws java.lang.Exception
java.lang.Exception
public void tearDown() throws java.lang.Exception
java.lang.Exception
public void testnearlyEquals()
public void testlinearRealRoot()
public void test_quadricRealRoot()
public void test_cubicRealRoot()
public void testquarticRealRoot()