Correct names of unit tests

Some of the tests mentioned "Gift" cards, but should mention
"Loyalty" cards instead. Additionally, made one unit test's
intention more clear.
This commit is contained in:
Branden Archer
2016-03-11 21:16:22 -05:00
parent 77afaf1a3d
commit c21c81f2c7

View File

@@ -231,7 +231,7 @@ public class LoyaltyCardViewActivityTest
}
@Test
public void startWithoutParametersCaptureBarcodeCreateGiftCard() throws IOException
public void startWithoutParametersCaptureBarcodeCreateLoyaltyCard() throws IOException
{
registerMediaStoreIntentHandler();
@@ -307,7 +307,7 @@ public class LoyaltyCardViewActivityTest
}
@Test
public void startWithGiftCardCheckDisplay() throws IOException
public void startWithLoyaltyCardEditModeCheckDisplay() throws IOException
{
ActivityController activityController = createActivityWithLoyaltyCard();
Activity activity = (Activity)activityController.get();
@@ -344,7 +344,7 @@ public class LoyaltyCardViewActivityTest
}
@Test
public void startWithGiftCardWithReceiptUpdateReceiptCancel() throws IOException
public void startWithLoyaltyCardWithReceiptUpdateReceiptCancel() throws IOException
{
ActivityController activityController = createActivityWithLoyaltyCard();
Activity activity = (Activity)activityController.get();