Searched refs:dataCaptor (Results 1 – 1 of 1) sorted by relevance
114 ArgumentCaptor<AdvertiseData> dataCaptor = ArgumentCaptor.forClass(AdvertiseData.class); in testStartAssociationAdvertisingSuccess() local116 dataCaptor.capture(), any()); in testStartAssociationAdvertisingSuccess()117 AdvertiseData data = dataCaptor.getValue(); in testStartAssociationAdvertisingSuccess()