You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not passing the logs directory should throw an error.
Not passing a valid automaton should throw an error
Not passing type for options would throw an error
Not passing file, generate or custom for options.type would throw an error.
For file, generate or customoptions.type the relevant properties must be present
When options.type is generate and random we should check whether total number of unique random numbers can be generated from the given minLength and maxLength
The text was updated successfully, but these errors were encountered:
Right now there is no validation for Automata testing configs.
type
foroptions
would throw an errorfile
,generate
orcustom
foroptions.type
would throw an error.file
,generate
orcustom
options.type
the relevant properties must be presentoptions.type
isgenerate
andrandom
we should check whethertotal
number of unique random numbers can be generated from the givenminLength
andmaxLength
The text was updated successfully, but these errors were encountered: