mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-01-24 23:08:18 -05:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user