How to implement unit testing for CoreNFC framework in Swift

I'm working in a NFC iOS app development. I would like to know how to write unit test case for NFC communication in iOS using Swift. There is no reference available online for the same.
Is it possible to mock NFCTagReaderSession & its delegate methods with stub data? Any sample implementation provided will be helpful. Thanks.
How to implement unit testing for CoreNFC framework in Swift
 
 
Q