We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fec246c commit 7b7d262Copy full SHA for 7b7d262
exercises/tiered_pricing/solutions/mperezi/src/test/java/tv/codely/checkout/TieredPricingShould.java
@@ -25,7 +25,7 @@ void setUp() {
25
tieredPricing = new TieredPricing();
26
}
27
28
- @ParameterizedTest
+ @ParameterizedTest(name = "{0} subscriptions should be charged {1} each")
29
@MethodSource("tierRanges")
30
void returnTotalPriceForEachTier(int subscriptions, double unitPrice) {
31
double totalPrice = tieredPricing.totalPrice(subscriptions);
0 commit comments