Searched refs:mockMdn (Results 1 – 1 of 1) sorted by relevance
2289 String mockMdn = "mockMdn"; in testGetMdn() local2290 doReturn(mockMdn).when(mRuimRecords).getMdn(); in testGetMdn()2301 assertEquals(mockMdn, sst.getMdnNumber()); in testGetMdn()