コード例 #1
0
 @Test
 public void getPrimaryKeyColumn() throws Exception {
   assertEquals("id", mPaymentMethodPrimaryKey.getPrimaryKeyColumn());
 }