Lines Matching +full:under +full:-
1 tdc - Adding test cases for tdc
3 Author: Lucas Bates - [email protected]
6 -----------------
8 User-defined tests should be added by defining a separate JSON file. This
12 Include the 'id' field, but do not assign a value. Running tdc with the -i
15 tdc will recursively search the 'tc-tests' subdirectory (or the
16 directories named with the -D option) for .json files. Any test case
19 tdc with the -f argument and the path to your file, or the -D argument
22 Be aware of required escape characters in the JSON data - particularly
30 -------------------
35 name: Descriptive name that explains the command under test
42 is skipped when the command returns non-zero.
43 category: A list of single-word descriptions covering what the command
44 under test is testing. Example: filter, actions, u32, gact, etc.
45 setup: The list of commands required to ensure the command under test
55 expExitCode: The code returned by the command under test upon its termination.
58 For example: if the command under test creates a gact action,
61 verifyCmd to prove the command under test succeeded. This pattern
78 ---------------------