aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/de/hysky/skyblocker/utils
AgeCommit message (Collapse)Author
2024-05-11Fix invalid equation text and refactorKevinthegreat
2024-05-09fix test formattingolim
2024-05-09add testsolim
add tests for the calculator utility
2024-05-09Nothing to see here, part 2 (#698)Kevin
2024-04-28Add get custom data testKevinthegreat
2024-04-28Refactor ItemStackComponentizationFixerKevinthegreat
2024-04-28Fix ItemUtils legacy timestamp parsingKevinthegreat
2024-04-27Fix ItemUtilsTest and store failure reportsKevinthegreat
2024-04-26Refactor updated codeKevinthegreat
2024-04-26Fix ItemUtils test with my own itemsAaron
2024-04-26Refactor usages of Optional's orElseThrow to getOrThrowAaron
Mojang's method is more concise and provides far superior error messages incase the value isn't present (like why it happened) whereas with Optionals its just the standard value not present message.
2024-04-26Handle removal/flattening of the ExtraAttributes tagAaron
The tag doesn't exist anymore, the data is no longer "nested" under it.
2024-04-26Add more item component data fixersAaron
2024-04-2624w12aAaron
2024-04-2624w09aAaron
2024-04-06Instanced Utils (#632)Aaron
* Instanced Utils * Use default equals and toString
2024-02-04Nothing to see here (#526)Kevin
2024-01-10Support new epoch milli obtained timestamps (#483)Aaron
* Support new epoch milli obtained timestamps * Refactor and add tests --------- Co-authored-by: Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com>
2023-12-28Add durability testKevinthegreat
2023-12-22Add fabric loader junit and ItemUtilsTestKevinthegreat
2023-12-22Add ItemUtilsTestKevinthegreat
2023-11-17Refactor more waypointsKevinthegreat
2023-11-17Add Profile Aware WaypointKevinthegreat
2023-11-17Add waypoint testsKevinthegreat
2023-10-09new pr because fixing merge conflict would take too longYasin