Searched refs:macPattern (Results 1 – 1 of 1) sorted by relevance
340 String macPattern = "([0-9a-fA-F]{2}:){5}[0-9a-fA-F]{2}"; in assertMacAddress() local341 assertTrue("MAC Address " + macAddress + " does not match pattern " + macPattern, in assertMacAddress()342 Pattern.matches(macPattern, macAddress)); in assertMacAddress()