Package test.testPackage
Class CDTest
- java.lang.Object
-
- test.testPackage.CDTest
-
public class CDTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CDTest()
-
Method Summary
Modifier and Type Method Description void
setUp()
static void
setUpBeforeClass()
void
testGetFinalPrice()
void
testGetPrice()
-
-
-
Method Detail
-
setUpBeforeClass
public static void setUpBeforeClass() throws java.lang.Exception
- Throws:
java.lang.Exception
-
setUp
public void setUp() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testGetFinalPrice
public final void testGetFinalPrice()
-
testGetPrice
public final void testGetPrice()
-
-