Searched refs:getFormatByte (Results 1 – 2 of 2) sorted by relevance
63 assertEquals(atr.getFormatByte(), (byte) 0x00); in testAnswerToRestNoInterfaceByteNoHistoricalByte()76 assertEquals(atr.getFormatByte(), (byte) 0x90); in testAnswerToRestNoHistoricalByte()103 assertEquals(atr.getFormatByte(), (byte) 0x07); in testAnswerToRestNoInterfaceByte()120 assertEquals(atr.getFormatByte(), (byte) 0x97); in testAnswerToRestSuccess()150 assertEquals(atr.getFormatByte(), (byte) 0x97); in testAnswerToRestSuccessWithoutCheckByte()199 assertEquals(atr.getFormatByte(), (byte) 0x97); in testAnswerToRestEuiccSupported()233 assertEquals(atr.getFormatByte(), (byte) 0x97); in testAnswerToRestEuiccSupportedWithLowerCaseString()287 assertEquals(atr.getFormatByte(), (byte) 0x97); in testAnswerToRestEuiccNotSupportedDueToIncorrectT()321 assertEquals(atr.getFormatByte(), (byte) 0x97); in testAnswerToRestEuiccNotSupportedDueToIncorrectTB()
450 public byte getFormatByte() { in getFormatByte() method in AnswerToReset