Skip to content
Snippets Groups Projects
Commit 8c2e8c68 authored by Vincent Massol's avatar Vincent Massol
Browse files

[Misc] Convert several JUnit4-based rendering tests to JUnit5, removing the...

[Misc] Convert several JUnit4-based rendering tests to JUnit5, removing the jmock usage + fixing all test outputs (which were outputting lots of stacktraces in the maven logs as we're not checking for the test output when using the JUnit4-based rendering framework)
* Fix the @Since value + bullet-proof one test
parent f093f89a
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,7 @@
* @since 3.0RC1
*/
@AllComponents
@RenderingTests.Scope(pattern = "macroscript.*")
public class IntegrationTests implements RenderingTests
{
@RenderingTests.Initialized
......
......@@ -34,7 +34,7 @@
* Dynamic mock setup for script macros for JUnit 5 tests.
*
* @version $Id$
* @since 16.10.0
* @since 17.0.0
*/
public class JUnit5ScriptMockSetup
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment