Test: Adding test cases for NfcV

Bug: 372488488

Test: atest NfcManagerTests
{"args": "NfcManagerTests", "test_runner": {"AtestTradefedTestRunner": {"arm64-v8a NfcManagerTests": {"PASSED": [{"test_name": "android.nfc.NdefMessageTest#testToByteArray", "test_time": "(27ms)", "details": null}, {"test_name": "android.nfc.NdefMessageTest#testGetRecords", "test_time": "(0ms)", "details": null}, {"test_name": "android.nfc.NdefRecordTest#testCreateTextRecord", "test_time": "(1ms)", "details": null}, {"test_name": "android.nfc.NdefRecordTest#testNdefRecordConstructor", "test_time": "(1ms)", "details": null}, {"test_name": "android.nfc.NdefRecordTest#testCreateMime", "test_time": "(1ms)", "details": null}, {"test_name": "android.nfc.NdefRecordTest#testCreateUri", "test_time": "(1ms)", "details": null}, {"test_name": "android.nfc.NdefRecordTest#testCreateExternal", "test_time": "(0ms)", "details": null}, {"test_name": "android.nfc.NfcAntennaInfoTest#testGetDeviceHeight", "test_time": "(176ms)", "details": null}, {"test_name": "android.nfc.NfcAntennaInfoTest#testGetAvailableNfcAntennas", "test_time": "(26ms)", "details": null}, {"test_name": "android.nfc.NfcAntennaInfoTest#testGetDeviceWidth", "test_time": "(0ms)", "details": null}, {"test_name": "android.nfc.NfcAntennaInfoTest#testIsDeviceFoldable", "test_time": "(0ms)", "details": null}, {"test_name": "android.nfc.NfcControllerAlwaysOnListenerTest#testRegister_FirstRegisterFails", "test_time": "(51ms)", "details": null}, {"test_name": "android.nfc.NfcControllerAlwaysOnListenerTest#testRegister_RegisterUnregister", "test_time": "(26ms)", "details": null}, {"test_name": "android.nfc.NfcControllerAlwaysOnListenerTest#testRegister_RegisterUnregisterWhenNotSupported", "test_time": "(0ms)", "details": null}, {"test_name": "android.nfc.NfcControllerAlwaysOnListenerTest#testRegister_RegisterSameListenerTwice", "test_time": "(26ms)", "details": null}, {"test_name": "android.nfc.NfcControllerAlwaysOnListenerTest#testNotify_AllListenersNotified", "test_time": "(25ms)", "details": null}, {"test_name": "android.nfc.NfcControllerAlwaysOnListenerTest#testStateChange_CorrectValue", "test_time": "(26ms)", "details": null}, {"test_name": "android.nfc.TechListParcelTest#testWriteParcelArrayEmpty", "test_time": "(1ms)", "details": null}, {"test_name": "android.nfc.TechListParcelTest#testWriteParcel", "test_time": "(1ms)", "details": null}, {"test_name": "android.nfc.TechListParcelTest#testWriteParcelElementEmpty", "test_time": "(0ms)", "details": null}, {"test_name": "android.nfc.cardemulation.AidGroupTest#testWriteAsXml", "test_time": "(26ms)", "details": null}, {"test_name": "android.nfc.cardemulation.AidGroupTest#testRightToParcel", "test_time": "(76ms)", "details": null}, {"test_name": "android.nfc.cardemulation.AidGroupTest#testGetAids", "test_time": "(51ms)", "details": null}, {"test_name": "android.nfc.cardemulation.AidGroupTest#testGetCategory", "test_time": "(25ms)", "details": null}, {"test_name": "android.nfc.tech.NfcATest#testGetTimeout", "test_time": "(76ms)", "details": null}, {"test_name": "android.nfc.tech.NfcATest#testGetMaxTransceiveLength", "test_time": "(28ms)", "details": null}, {"test_name": "android.nfc.tech.NfcATest#testSetTimeoutInvalidTimeout", "test_time": "(26ms)", "details": null}, {"test_name": "android.nfc.tech.NfcATest#testGetTimeoutRemoteException", "test_time": "(0ms)", "details": null}, {"test_name": "android.nfc.tech.NfcATest#testGetNfcAWithTech", "test_time": "(26ms)", "details": null}, {"test_name": "android.nfc.tech.NfcATest#testGetAtga", "test_time": "(26ms)", "details": null}, {"test_name": "android.nfc.tech.NfcATest#testSetTimeoutRemoteException", "test_time": "(0ms)", "details": null}, {"test_name": "android.nfc.tech.NfcATest#testGetNfcAWithoutTech", "test_time": "(25ms)", "details": null}, {"test_name": "android.nfc.tech.NfcATest#testSetTimeout", "test_time": "(26ms)", "details": null}, {"test_name": "android.nfc.tech.NfcATest#testGetSak", "test_time": "(0ms)", "details": null}, {"test_name": "android.nfc.tech.NfcATest#testTransceive", "test_time": "(51ms)", "details": null}, {"test_name": "android.nfc.tech.NfcVTest#testGetNfcVNullInstance", "test_time": "(25ms)", "details": null}, {"test_name": "android.nfc.tech.NfcVTest#testGetDsfId", "test_time": "(26ms)", "details": null}, {"test_name": "android.nfc.tech.NfcVTest#testGetResponseFlag", "test_time": "(1ms)", "details": null}, {"test_name": "android.nfc.tech.NfcVTest#testGetMaxTransceiveLength", "test_time": "(26ms)", "details": null}, {"test_name": "android.nfc.tech.NfcVTest#testGetNfcVInstance", "test_time": "(26ms)", "details": null}, {"test_name": "android.nfc.tech.NfcVTest#testTransceive", "test_time": "(51ms)", "details": null}], "summary": {"PASSED": 41, "FAILED": 0, "IGNORED": 0}}}}, "total_summary": {"PASSED": 41, "FAILED": 0, "IGNORED": 0}}

Change-Id: Icc22942ab8ad52643d7c533d6eec7130fb803c3d
diff --git a/nfc/tests/src/android/nfc/tech/NfcVTest.java b/nfc/tests/src/android/nfc/tech/NfcVTest.java
new file mode 100644
index 0000000..6a99921
--- /dev/null
+++ b/nfc/tests/src/android/nfc/tech/NfcVTest.java
@@ -0,0 +1,119 @@
+/*
+ * Copyright (C) 2010 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package android.nfc.tech;
+
+import static android.nfc.tech.NfcV.EXTRA_DSFID;
+import static android.nfc.tech.NfcV.EXTRA_RESP_FLAGS;
+
+import static org.junit.Assert.assertEquals;
+import static org.junit.Assert.assertNotNull;
+import static org.junit.Assert.assertNull;
+import static org.mockito.Mockito.mock;
+import static org.mockito.Mockito.never;
+import static org.mockito.Mockito.verify;
+import static org.mockito.Mockito.when;
+
+import android.nfc.INfcTag;
+import android.nfc.Tag;
+import android.nfc.TransceiveResult;
+import android.os.Bundle;
+import android.os.RemoteException;
+
+import org.junit.Before;
+import org.junit.Test;
+import org.mockito.Mock;
+import org.mockito.MockitoAnnotations;
+
+import java.io.IOException;
+
+public class NfcVTest {
+    private final byte mSampleRespFlags = (byte) 1;
+    private final byte mSampleDsfId = (byte) 2;
+    @Mock
+    private Tag mMockTag;
+    @Mock
+    private INfcTag mMockTagService;
+    @Mock
+    private Bundle mMockBundle;
+    private NfcV mNfcV;
+
+    @Before
+    public void setUp() throws RemoteException {
+        MockitoAnnotations.initMocks(this);
+        when(mMockBundle.getByte(EXTRA_RESP_FLAGS)).thenReturn(mSampleRespFlags);
+        when(mMockBundle.getByte(EXTRA_DSFID)).thenReturn(mSampleDsfId);
+        when(mMockTag.getTechExtras(TagTechnology.NFC_V)).thenReturn(mMockBundle);
+
+        mNfcV = new NfcV(mMockTag);
+    }
+
+    @Test
+    public void testGetResponseFlag() {
+        assertEquals(mSampleRespFlags, mNfcV.getResponseFlags());
+    }
+
+    @Test
+    public void testGetDsfId() {
+        assertEquals(mSampleDsfId, mNfcV.getDsfId());
+    }
+
+    @Test
+    public void testGetNfcVInstance() {
+        Tag tag = mock(Tag.class);
+        when(tag.hasTech(TagTechnology.NFC_V)).thenReturn(true);
+        when(tag.getTechExtras(TagTechnology.NFC_V)).thenReturn(mMockBundle);
+
+        assertNotNull(NfcV.get(tag));
+        verify(tag).getTechExtras(TagTechnology.NFC_V);
+        verify(tag).hasTech(TagTechnology.NFC_V);
+    }
+
+    @Test
+    public void testGetNfcVNullInstance() {
+        Tag tag = mock(Tag.class);
+        when(tag.hasTech(TagTechnology.NFC_V)).thenReturn(false);
+
+        assertNull(NfcV.get(tag));
+        verify(tag, never()).getTechExtras(TagTechnology.NFC_V);
+        verify(tag).hasTech(TagTechnology.NFC_V);
+    }
+
+    @Test
+    public void testTransceive() throws IOException, RemoteException {
+        byte[] sampleData = new byte[] {1, 2, 3, 4, 5};
+        TransceiveResult mockTransceiveResult = mock(TransceiveResult.class);
+        when(mMockTag.getConnectedTechnology()).thenReturn(TagTechnology.NFC_V);
+        when(mMockTag.getTagService()).thenReturn(mMockTagService);
+        when(mMockTag.getServiceHandle()).thenReturn(1);
+        when(mMockTagService.transceive(1, sampleData, true))
+                .thenReturn(mockTransceiveResult);
+        when(mockTransceiveResult.getResponseOrThrow()).thenReturn(sampleData);
+
+        mNfcV.transceive(sampleData);
+        verify(mMockTag).getTagService();
+        verify(mMockTag).getServiceHandle();
+    }
+
+    @Test
+    public void testGetMaxTransceiveLength() throws RemoteException {
+        when(mMockTag.getTagService()).thenReturn(mMockTagService);
+        when(mMockTagService.getMaxTransceiveLength(TagTechnology.NFC_V)).thenReturn(1);
+
+        mNfcV.getMaxTransceiveLength();
+        verify(mMockTag).getTagService();
+    }
+}