コード例 #1
0
 @Test
 public void addSubcriptionTest() {
   ResultSet r = con.getSubscriptions(testCustID, testPubID);
   assertNotNull(r);
 }