Skip to content

create rp with unicodes #22

create rp with unicodes

create rp with unicodes #22

GitHub Actions / Maven Tests failed Feb 1, 2024 in 0s

19 passed, 1 failed and 0 skipped

Tests failed

Report Passed Failed Skipped Time
plugin/target/surefire-reports/TEST-wand555.github.io.challenges.rules.NoBlockBreakRuleTest.xml 6✅ 410ms
plugin/target/surefire-reports/TEST-wand555.github.io.FileManagerTest.xml 2✅ 69ms
plugin/target/surefire-reports/TEST-wand555.github.io.goals.MobGoalTest.xml 1❌ 417ms
plugin/target/surefire-reports/TEST-wand555.github.io.InterpolateTest.xml 1✅ 4ms
plugin/target/surefire-reports/TEST-wand555.github.io.inventory.CollectedInventoryTest.xml 4✅ 292ms
plugin/target/surefire-reports/TEST-wand555.github.io.punishments.HealthPunishmentTest.xml 6✅ 3s

✅ plugin/target/surefire-reports/TEST-wand555.github.io.challenges.rules.NoBlockBreakRuleTest.xml

6 tests were completed in 410ms with 6 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
wand555.github.io.challenges.rules.NoBlockBreakRuleTest 6✅ 410ms

✅ wand555.github.io.challenges.rules.NoBlockBreakRuleTest

✅ testIsInExemptionsOnBlockBreakEvent
✅ testNoBlockBreakRuleModel2JSON
✅ testIsNotInExemptionsOnBlockBreakEvent
✅ testInvalidExemptionsJSON2Model
✅ testComplexNoBlockBreakRuleJSON2Model
✅ testEmptyNoBlockBreakRuleJSON2Model

✅ plugin/target/surefire-reports/TEST-wand555.github.io.FileManagerTest.xml

2 tests were completed in 69ms with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
wand555.github.io.FileManagerTest 2✅ 69ms

✅ wand555.github.io.FileManagerTest

✅ testReadFromFile
✅ testWriteToFile

❌ plugin/target/surefire-reports/TEST-wand555.github.io.goals.MobGoalTest.xml

1 tests were completed in 417ms with 0 passed, 1 failed and 0 skipped.

Test suite Passed Failed Skipped Time
wand555.github.io.goals.MobGoalTest 1❌ 417ms

❌ wand555.github.io.goals.MobGoalTest

❌ testMobKillTracked
	java.lang.ExceptionInInitializerError

✅ plugin/target/surefire-reports/TEST-wand555.github.io.InterpolateTest.xml

1 tests were completed in 4ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
wand555.github.io.InterpolateTest 1✅ 4ms

✅ wand555.github.io.InterpolateTest

✅ testInterpolate

✅ plugin/target/surefire-reports/TEST-wand555.github.io.inventory.CollectedInventoryTest.xml

4 tests were completed in 292ms with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
wand555.github.io.inventory.CollectedInventoryTest 4✅ 292ms

✅ wand555.github.io.inventory.CollectedInventoryTest

✅ testPrevPageClickDoNothing
✅ testNextPageClickDoMove
✅ testInitialOpen
✅ testDifferentInvPerPlayer

✅ plugin/target/surefire-reports/TEST-wand555.github.io.punishments.HealthPunishmentTest.xml

6 tests were completed in 3s with 6 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
wand555.github.io.punishments.HealthPunishmentTest 6✅ 3s

✅ wand555.github.io.punishments.HealthPunishmentTest

✅ testCauserHeartsLostHealthPunishment
✅ testAllHeartsLostHealthPunishment
✅ testComplexHealthPunishmentJSON2Model
✅ testEmptyHealthPunishmentJSON2Model
✅ testHealthPunishmentModel2JSON
✅ testHealthPunishmentSchemaAccess

Annotations

Check failure on line 185 in plugin/src/main/java/wand555/github/io/challenges/goals/MobGoal.java

See this annotation in the file changed.

@github-actions github-actions / Maven Tests

wand555.github.io.goals.MobGoalTest ► testMobKillTracked

Failed test found in:
  plugin/target/surefire-reports/TEST-wand555.github.io.goals.MobGoalTest.xml
Error:
  java.lang.ExceptionInInitializerError
Raw output
java.lang.ExceptionInInitializerError
	at wand555.github.io.challenges.goals.MobGoal.createBossBar(MobGoal.java:185)
	at wand555.github.io.challenges.goals.MobGoal.<init>(MobGoal.java:41)
	at wand555.github.io.challenges.goals.MobGoal.<init>(MobGoal.java:34)
	at wand555.github.io.goals.MobGoalTest.testMobKillTracked(MobGoalTest.java:83)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: java.lang.NullPointerException: source
	at java.base/java.util.Objects.requireNonNull(Objects.java:235)
	at java.base/java.util.Scanner.<init>(Scanner.java:595)
	at java.base/java.util.Scanner.<init>(Scanner.java:581)
	at wand555.github.io.challenges.utils.ResourcePackHelper.fillMatUnicodeMappings(ResourcePackHelper.java:73)
	at wand555.github.io.challenges.utils.ResourcePackHelper.<clinit>(ResourcePackHelper.java:24)
	... 7 more