DBA Data[Home] [Help]

APPS.JTF_DIAGUNITTEST_QAPACKAGE dependencies on JTF_DIAGUNITTEST_QAPACKAGE

Line 1: PACKAGE BODY JTF_DIAGUNITTEST_QAPACKAGE AS

1: PACKAGE BODY JTF_DIAGUNITTEST_QAPACKAGE AS
2: /* $Header: jtfdiagadptuqa_b.pls 120.2 2005/08/13 01:25:27 minxu noship $ */
3: ------------------------------------------------------------
4: -- procedure to initialize test datastructures
5: -- executeds prior to test run (not currently being called)

Line 77: END JTF_DIAGUNITTEST_QAPACKAGE;

73: message := 'The EXP() Execution has resulted in error';
74: result := round(exp(2.7),6);
75: JTF_DIAGNOSTIC_ADAPTUTIL.assertEquals(message,expected,result);
76: END;
77: END JTF_DIAGUNITTEST_QAPACKAGE;
78: