jcli ~master (2022-03-09T18:57:21Z)
Dub
Repo
TestCase
test
DATA TYPES +
struct
TestCase {
string
folder
;
string
params
;
string
[]
cleanupFiles
;
Nullable
!
int
expectedStatus
;
Nullable
!(
Regex
!
char
)
outputRegex
;
bool
allowedToFail
;
}
Members
Variables
allowedToFail
bool
allowedToFail
;
Undocumented in source.
cleanupFiles
string
[]
cleanupFiles
;
Undocumented in source.
expectedStatus
Nullable
!
int
expectedStatus
;
Undocumented in source.
folder
string
folder
;
Undocumented in source.
outputRegex
Nullable
!(
Regex
!
char
)
outputRegex
;
Undocumented in source.
params
string
params
;
Undocumented in source.
Meta
Source
See Implementation
test
classes
UI
functions
getBuildAndTestResults
main
runCleanup
runTest
runTestSet
testCase
structs
CleanupCommand
DefaultCommand
TestCase
TestCaseBuilder
TestResult
UICommand
variables
TEST_CASES
DATA TYPES +