-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4e5064c
commit 8db5f2a
Showing
5 changed files
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
10 changes: 10 additions & 0 deletions
10
2018_fast_test/2018_fast_test/environment/INTEGRATION_TEST/INTEGRATION_TEST.env
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
ENVIRO.NEW | ||
ENVIRO.NAME:INTEGRATION_TEST | ||
ENVIRO.STUB_BY_FUNCTION:database | ||
ENVIRO.STUB_BY_FUNCTION:manager | ||
ENVIRO.STUB_BY_FUNCTION:manager_driver | ||
ENVIRO.MAX_VARY_RANGE: 20 | ||
ENVIRO.STUB: ALL_BY_PROTOTYPE | ||
ENVIRO.TYPE_HANDLED_DIRS_ALLOWED: | ||
ENVIRO.LIBRARY_STUBS: | ||
ENVIRO.END |
5 changes: 5 additions & 0 deletions
5
2018_fast_test/2018_fast_test/environment/INTEGRATION_TEST/INTEGRATION_TEST.mfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<manage-config-options version="7"> | ||
<config/> | ||
<search-directory type="TESTABLE_SOURCE_DIR">D:\dev\PointOfSales_v2\2018_fast_test\tutorial\c</search-directory> | ||
</manage-config-options> |
28 changes: 28 additions & 0 deletions
28
2018_fast_test/2018_fast_test/environment/INTEGRATION_TEST/INTEGRATION_TEST.tst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
-- VectorCAST 18.sp5 (03/03/19) | ||
-- Test Case Script | ||
-- | ||
-- Environment : INTEGRATION_TEST | ||
-- Unit(s) Under Test: database manager manager_driver | ||
-- | ||
-- Script Features | ||
TEST.SCRIPT_FEATURE:C_DIRECT_ARRAY_INDEXING | ||
TEST.SCRIPT_FEATURE:CPP_CLASS_OBJECT_REVISION | ||
TEST.SCRIPT_FEATURE:MULTIPLE_UUT_SUPPORT | ||
TEST.SCRIPT_FEATURE:MIXED_CASE_NAMES | ||
TEST.SCRIPT_FEATURE:STATIC_HEADER_FUNCS_IN_UUTS | ||
-- | ||
|
||
-- Unit: manager_driver | ||
|
||
-- Subprogram: VCAST_main | ||
|
||
-- Test Case: VCAST_main.001 | ||
TEST.UNIT:manager_driver | ||
TEST.SUBPROGRAM:VCAST_main | ||
TEST.NEW | ||
TEST.NAME:VCAST_main.001 | ||
TEST.VALUE:manager_driver.VCAST_main.argc:2 | ||
TEST.VALUE:manager_driver.VCAST_main.argv:<<malloc 2>> | ||
TEST.VALUE:manager_driver.VCAST_main.argv[1]:<<malloc 12>> | ||
TEST.VALUE:manager_driver.VCAST_main.argv[1]:"Place_Order" | ||
TEST.END |