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