Skip to content

print current data as components #19

print current data as components

print current data as components #19

GitHub Actions / Maven Tests failed Jan 31, 2024 in 1s

13 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✅ 365ms
plugin/target/surefire-reports/TEST-wand555.github.io.FileManagerTest.xml 2✅ 69ms
plugin/target/surefire-reports/TEST-wand555.github.io.goals.MobGoalTest.xml 1✅ 3s
plugin/target/surefire-reports/TEST-wand555.github.io.inventory.CollectedInventoryTest.xml 4✅ 265ms
plugin/target/surefire-reports/TEST-wand555.github.io.punishments.HealthPunishmentTest.xml 1❌ 32ms

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

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

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

✅ 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 3s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
wand555.github.io.goals.MobGoalTest 1✅ 3s

✅ wand555.github.io.goals.MobGoalTest

✅ testMobKillTracked

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

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

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

✅ wand555.github.io.inventory.CollectedInventoryTest

✅ testPrevPageClickDoNothing
✅ testNextPageClickDoMove
✅ testInitialOpen
✅ testDifferentInvPerPlayer

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

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

Test suite Passed Failed Skipped Time
wand555.github.io.punishments.HealthPunishmentTest 1❌ 32ms

❌ wand555.github.io.punishments.HealthPunishmentTest

❌ 
	java.util.MissingResourceException: Can't find bundle for base name punishments, locale en

Annotations

Check failure on line 45 in plugin/src/test/java/wand555/github/io/punishments/HealthPunishmentTest.java

See this annotation in the file changed.

@github-actions github-actions / Maven Tests

wand555.github.io.punishments.HealthPunishmentTest ►

Failed test found in:
  plugin/target/surefire-reports/TEST-wand555.github.io.punishments.HealthPunishmentTest.xml
Error:
  java.util.MissingResourceException: Can't find bundle for base name punishments, locale en
Raw output
java.util.MissingResourceException: Can't find bundle for base name punishments, locale en
	at java.base/java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:2045)
	at java.base/java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1683)
	at java.base/java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1586)
	at java.base/java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1549)
	at java.base/java.util.ResourceBundle.getBundle(ResourceBundle.java:1063)
	at wand555.github.io.punishments.HealthPunishmentTest.setUpIOData(HealthPunishmentTest.java:45)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)