trial ~master (2021-03-31T18:29:59Z)
Home
Dub
Repo
SetupEvent
trial
discovery
testclass
A structure that stores data about the setup events(methods)
struct
SetupEvent {
string
name
;
TestSetupAttribute
setup
;
TestCaseFunction
func
;
}
Members
Variables
func
TestCaseFunction
func
;
Undocumented in source.
name
string
name
;
Undocumented in source.
setup
TestSetupAttribute
setup
;
Undocumented in source.
Meta
Source
See Implementation
trial
discovery
testclass
classes
OtherTestSuite
SomeTestSuite
TestClassDiscovery
functions
For
getSetup
getTestLocation
getTestName
isSetupMember
isTestMember
methodCaller
someCustomFunction
structs
SetupEvent
ValueProvider
templates
classMembers
extractClasses
extractValueProviders
isClass
isRightParameter
isSetupAttribute
isTestAttribute
isValueProvider
setupAttributes
testAttributes
A structure that stores data about the setup events(methods)