Searched refs:getFormatByte (Results 1 – 2 of 2) sorted by relevance
64 assertEquals(atr.getFormatByte(), (byte) 0x00); in testAnswerToRestNoInterfaceByteNoHistoricalByte()77 assertEquals(atr.getFormatByte(), (byte) 0x90); in testAnswerToRestNoHistoricalByte()104 assertEquals(atr.getFormatByte(), (byte) 0x07); in testAnswerToRestNoInterfaceByte()121 assertEquals(atr.getFormatByte(), (byte) 0x97); in testAnswerToRestSuccess()151 assertEquals(atr.getFormatByte(), (byte) 0x97); in testAnswerToRestSuccessWithoutCheckByte()200 assertEquals(atr.getFormatByte(), (byte) 0x97); in testAnswerToRestEuiccSupported()234 assertEquals(atr.getFormatByte(), (byte) 0x97); in testAnswerToRestEuiccSupportedWithLowerCaseString()268 assertEquals(atr.getFormatByte(), (byte) 0x97); in testAnswerToRestEuiccNotSupportedDueToIncorrectT()302 assertEquals(atr.getFormatByte(), (byte) 0x97); in testAnswerToRestEuiccNotSupportedDueToIncorrectTB()
442 public byte getFormatByte() { in getFormatByte() method in AnswerToReset