fnproject / fdk-java

Java API and runtime for fn.
Apache License 2.0
142 stars 53 forks source link

Feature/junit5 preparations #145

Closed svenruppert closed 6 years ago

svenruppert commented 6 years ago

extracted the junit4 code into separate module all dependencies are using this right now inside this project module testing is empty so far, but will contain junit5 code later

this merge request is based on the need to hold the old module name testing testing-junit4 will be used for the orig testing code base teting-core will be used for the generic code that could be used for junit4 and junit5 testing will be the "home" for the new junit5 code base

svenruppert commented 6 years ago

for integration test-7 : https://github.com/fnproject/cli/pull/349

With this we can use junit4 as default until we are switching to jUnit5 as default.

mjg123 commented 6 years ago

Compilation failure in the integration tests - I'll have a look.

svenruppert commented 6 years ago

it should be integration test 7, that is using cli

svenruppert commented 6 years ago

deactivated integration test 3 and 7 to break the cycle between cli and fdk