Searched refs:macAddress (Results 1 – 1 of 1) sorted by relevance
329 private void assertMacAddress(String macAddress) { in assertMacAddress() argument331 assertTrue("MAC Address " + macAddress + " does not match pattern " + macPattern, in assertMacAddress()332 Pattern.matches(macPattern, macAddress)); in assertMacAddress()