Skip to content

Releases: mendix/UnitTesting

Marketplace release v9.1.0

07 Nov 13:51
de9f4bb

Choose a tag to compare

  • We replaced the dependency on Object Handling module with Community Commons module

Notes when upgrading from an earlier version:

  • The Community Commons module is now required for this module to work. Download the Community Commons module from the marketplace and review all dependencies in the userlib folder afterwards.
  • If the Object Handling module is no longer used by any other module after upgrading the Unit Testing module, you should remove the Object Handling module from your project. In this case, also delete the commons-lang3-3.7.jar and commons-lang3-3.7.jar.ObjectHandling.RequiredLib files from your userlib folder.

Marketplace release v9.0.5

01 Nov 10:27
12a28e2

Choose a tag to compare

  • We updated the commons-io dependency from 2.8.0 to 2.11.0 to be in line with Community Commons

Marketplace release v8.0.6

01 Nov 11:17

Choose a tag to compare

  • We updated the commons-io dependency from 2.8.0 to 2.11.0 to be in line with Community Commons

Marketplace release v7.0.2

01 Nov 11:16

Choose a tag to compare

  • We updated the commons-io dependency from 2.8.0 to 2.11.0 to be in line with Community Commons

Marketplace release v8.0.5

12 Apr 13:59

Choose a tag to compare

We updated the dependencies / userlib folder for the Mendix 8 version of this module to be in sync with v9.0.4 (latest marketplace release for Mendix 9)

Marketplace release v7.0.1

12 Apr 13:58

Choose a tag to compare

  • We updated the dependencies / userlib folder for the Mendix 7 version of this module to be in sync with v9.0.4 (latest marketplace release for Mendix 9)

Marketplace release v9.0.4

10 Mar 09:56

Choose a tag to compare

  • Fix some file naming conventions in the userlib folder
  • Update commons-lang from 3.7 to 3.11 to be in line with Mendix Community Commons

Marketplace release v9.0.3

09 Jul 09:59
1864efc

Choose a tag to compare

  • Returning a string from your test microflow will now set that string as the error message for that test

Marketplace release v9.0.2

07 Jul 12:12
fd2f7e8

Choose a tag to compare

  • Add a refresh button to the test result overview page. This allows you to fetch the latest test results for long running tests.

Marketplace release v9.0.1

10 May 14:38
e60867b

Choose a tag to compare

  • Updated commons-io to 2.8.0 due to a directory traversal vulnerability in 2.6
  • Now linking to the official Mendix documentation