Searched refs:testBlockedClientList (Results 1 – 1 of 1) sorted by relevance
137 List<MacAddress> testBlockedClientList = new ArrayList<>(); in testWpa2WithAllFieldCustomized() local139 testBlockedClientList.add(MacAddress.fromString("11:22:33:44:55:66")); in testWpa2WithAllFieldCustomized()149 .setBlockedClientList(testBlockedClientList) in testWpa2WithAllFieldCustomized()169 assertThat(original.getBlockedClientList()).isEqualTo(testBlockedClientList); in testWpa2WithAllFieldCustomized()314 ArrayList<MacAddress> testBlockedClientList = new ArrayList<>(); in testSetClientListExceptionWhenExistMacAddressInBothList() local315 testBlockedClientList.add(testMacAddress_1); in testSetClientListExceptionWhenExistMacAddressInBothList()317 configBuilder.setBlockedClientList(testBlockedClientList) in testSetClientListExceptionWhenExistMacAddressInBothList()