JPP: Renamed enter pie to cake
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 54s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 54s
This commit is contained in:
parent
ca4fc5619b
commit
d78bd5ff46
15 changed files with 94 additions and 94 deletions
|
|
@ -51,9 +51,9 @@ import ᒢᐩᐩ.ᔆʸᔆᐪᓫᔿ.ᒻᐤᕐᕐᓫᣗ.SoepLepelԲᴬᵖᶦ;
|
|||
import ᒢᐩᐩ.ᔆʸᔆᐪᓫᔿ.ᒻᐤᕐᕐᓫᣗ.SoepLepelꞱᴿᴳᴮ;
|
||||
import ᒢᐩᐩ.ᔆʸᔆᐪᓫᔿ.ᒻᐤᣔᑊᐣᓫᣗ.ServiceLoaderԲᴬᵖᶦ;
|
||||
import ᒢᐩᐩ.ᔆʸᔆᐪᓫᔿ.ᒻᐤᣔᑊᐣᓫᣗ.ServiceLoaderꞱᴿᴳᴮ;
|
||||
import ᒢᣘᐧᣟ.ᑊᑉᒻᣔᔆᔆ.ᒼᣔᑊᑉᓫ.EnterPie;
|
||||
import ᒢᣘᐧᣟ.ᑊᑉᒻᣔᔆᔆ.ᒼᣔᑊᑉᓫ.EnterPieCuisine;
|
||||
import ᒢᣘᐧᣟ.ᑊᑉᒻᣔᔆᔆ.ᒼᣔᑊᑉᓫ.EnterPieDessert;
|
||||
import ᒢᣘᐧᣟ.ᑊᑉᒻᣔᔆᔆ.ᒼᣔᑊᑉᓫ.CakeCuisine;
|
||||
import ᒢᣘᐧᣟ.ᑊᑉᒻᣔᔆᔆ.ᒼᣔᑊᑉᓫ.CakeDessert;
|
||||
import ᒢᣘᐧᣟ.ᑊᑉᒻᣔᔆᔆ.ᒼᣔᑊᑉᓫ.CakeTower;
|
||||
|
||||
@DuytsDocAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
|
||||
public class CakeBakeTest {
|
||||
|
|
@ -80,8 +80,8 @@ public class CakeBakeTest {
|
|||
|
||||
@Test
|
||||
public void testDessert() {
|
||||
prayPie(EnterPie.class);
|
||||
prayPie(EnterPieCuisine.class);
|
||||
prayPie(CakeTower.class);
|
||||
prayPie(CakeCuisine.class);
|
||||
//prayPie(EnterPieCuisineꝹᵀˣᵀ.class); // may fix POST JDK17 missing cake anno
|
||||
prayPie(Duyts.class);
|
||||
prayPie(Babel.class);
|
||||
|
|
@ -111,8 +111,8 @@ public class CakeBakeTest {
|
|||
}
|
||||
|
||||
private void prayPie(Class<?> taart) {
|
||||
EnterPieCuisine cuisine = EnterPieCuisine.instanceᴺᵉʷ();
|
||||
EnterPieDessert dessert = cuisine.ₚᵣₐᵧToੴ(taart);
|
||||
CakeCuisine cuisine = CakeCuisine.instanceᴺᵉʷ();
|
||||
CakeDessert dessert = cuisine.ₚᵣₐᵧToੴ(taart);
|
||||
Assertions.assertTrue(dessert.getMenu().size() > 0, "Missing dessert: " + taart);
|
||||
System.out.println(dessert);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue