I\'m currently working on an Android project which needs NFC integration. Now I want to write some (j)unit tests to see if the application can receive NFC intents (specifica
I don't think it is possible to mock these intents as these are fired by NFCService and without system permissions it is not possible to fire these intents and currently there is not support in the android framework to mock nfc tags.