Skip to content

Commit

Permalink
Update for integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
TimSVector committed Aug 27, 2024
1 parent 4e5064c commit 8db5f2a
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 0 deletions.
8 changes: 8 additions & 0 deletions 2018_fast_test/2018_fast_test.vcm
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@
<original-environment-directory>2018_fast_test/build/1600721014</original-environment-directory>
</config>
</environment>
<environment name="INTEGRATION_TEST" type="UNIT">
<language>1</language>
<is-monitored>0</is-monitored>
<config>
<original-environment-directory>2018_fast_test/build/2938589839</original-environment-directory>
</config>
</environment>
<environment name="MANAGER_C" type="UNIT">
<language>1</language>
<is-monitored>0</is-monitored>
Expand All @@ -30,6 +37,7 @@
</group>
<group name="Group2">
<environment name="DATABASE_C"/>
<environment name="INTEGRATION_TEST"/>
</group>
<compiler>
<compiler>
Expand Down
Empty file.
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
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>
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

0 comments on commit 8db5f2a

Please sign in to comment.