blob: 1444f4e1ea1270c7f3f67708390f11d4c6644c9c [file] [log] [blame]
Tests the AudioContextSelector.
Running: testStartsEmpty
Number of contexts (items): 0
Selected Context: null
Running: testSelectsCreatedContext
Number of contexts (items): 1
Selected Context: {
"contextId": "924c4ee4-4cae-4e62-b4c6-71603edc39fd",
"contextType": "realtime"
}
Running: testResetClearsList
Number of contexts (items): 0
Selected Context: {
"contextId": "924c4ee4-4cae-4e62-b4c6-71603edc39fd",
"contextType": "realtime"
}
Running: testReSelectsCreatedContextAfterChange
Number of contexts (items): 1
Selected Context: {
"contextId": "924c4ee4-4cae-4e62-b4c6-71603edc39fd",
"contextType": "realtime"
}
Running: testFirstCreatedContextStaysSelected
Number of contexts (items): 2
Selected Context: {
"contextId": "924c4ee4-4cae-4e62-b4c6-71603edc39fd",
"contextType": "realtime"
}
Running: testChangingContextDoesNotChangeSelection
Number of contexts (items): 2
Selected Context: {
"contextId": "924c4ee4-4cae-4e62-b4c6-71603edc39fd",
"contextType": "realtime"
}
Running: testSelectedContextBecomesSelected
Number of contexts (items): 2
Selected Context: {
"contextId": "78a3e94e-4968-4bf6-8905-325109695c9e",
"contextType": "realtime"
}
Running: testOnListItemReplacedCalled
_onListItemReplaced called with contexts (items) count: 1
_onListItemReplaced called with contexts (items) count: 0
_onListItemReplaced called with contexts (items) count: 1
Number of contexts (items): 1
Selected Context: {
"contextId": "924c4ee4-4cae-4e62-b4c6-71603edc39fd",
"contextType": "realtime"
}