Skip to content

Release 1.3.1

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jan 16:16
· 8 commits to 1.12 since this release

1.3.1 - Jan 6th, 2020

  • Added: pollLastMessage() to DummyCommandSender to get text version of chat
  • Added: message queue to TestPlayer
  • Added: stat queue to TestPlayer
  • Removed: Exception throwing mechanic for chat messages in TestPlayer
  • Removed: Exception throwing mechanic for UI open in TestPlayer (will replace later)

1.3.0 - Jan 3rd, 2020

Breaking change for previous versions

  • Removed: Any calls to junit lib not inside a unit test
  • Removed: test prefabs due to lack of usage and dep on junit
  • Removed: Temp file creation in dedicated server due to crashes while creating the server (inconsistant)
  • Added: Error handler to dedicated server to allow redirecting errors to unit test fail calls
  • Changed: TestManager to require error handler 'Assertions::fail' for junit 5

1.2.0 - Jan 3rd, 2020

  • Added: Reflection helper for removing final
  • Added: Reflection helper for setting private fields
  • Added: Reflection helper for setting static final fields
  • Added: DummyCommandSender for testing commands
  • Changed: Dedicated fake server to use temp files for property files