made junit5 default test generation framework (#1320)

fixes #1249
This commit is contained in:
Marcin Grzejszczak
2020-02-07 13:43:30 +01:00
committed by GitHub
parent a48c491bfd
commit eeb2d87c14
72 changed files with 487 additions and 252 deletions

View File

@@ -148,6 +148,7 @@
</baseClassFQN>
</baseClassMapping>
</baseClassMappings>
<testFramework>JUNIT</testFramework>
</configuration>
</plugin>
<!-- end::plugin[] -->