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
''' Effects is a list of callable functions with *args, **kwargs parameters. It can either throw an InteractionModelException or return the command response.'''
148
+
''' Run the test using the Mocked versions of Read, SendCommand, OpenCommissioningWindow, FindOrEstablishPASESession and ReadEvent
149
+
dynamic_invoke_return: Callable function that returns the result of a SendCommand call
150
+
Function should return one of
151
+
- command response for commands with responses
152
+
- None for commands with success results
153
+
- raise InteractionModelError for error results
154
+
dynamic_event_return: Callable function that returns the result of a ReadEvent call
155
+
Function should return one of
156
+
- list of EventReadResult for successful reads
157
+
- raise InteractionModelError for error results
158
+
read_cache : Response to a Read call. For this test, this will be the wildcard read of all teh attributes
0 commit comments