Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 2 TIBCO BusinessEvents Studio Tools Utility : Running the Tester on the Command Line : assert

assert
The command assert is used to assert the test data on a running TIBCO BusinessEvents engine instance.
Syntax
studio-tools -tester assert [-h] [-x] -p <projectDir> -n <projectName> [-i <input path> ] -f <inputFile> [-o <outputDirectory> ] [-op <genOuputOption>] [-html]
Options
The following options are used with the command assert:
-h
(optional). Prints usage help
-p
(required). Specifies the project path.
-c
(required). Specifies the CDD file path.
-r
(required). Specifies the EAR file path.
-w
(required). Specifies the working directory path.
-u
(optional). Specifies the processing unit name. If not specified, it will use the default processing unit.
-i
(optional). Specifies the input directory path. If not specified, it will attempt to use the TestData directory under the project directory.
-f
(optional). Specifies the output format type. Acceptable values are ops and type. If this option is not specified, the default output is generated.
-o
(optional). Specifies the output directory. If not specified, the output directory will be ProjectDirectory/results.
-n
optional). Name of the resultFile. If not specified, it creates a file with the name Run-#.resultdata.
-x
(optional). Overwrites the output file if it already exists.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved