Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.5 KB

File metadata and controls

20 lines (13 loc) · 1.5 KB

Gitpod ready-to-code CI Release Build Maven Central

JavaPOS Configuration Loader

JavaPOS Configuration Loader (aka JCL) for loading JavaPOS configurations and providing JavaPOS configuration data to applications

Note for Test execution

If starting tests another way than with Gradle (e.g., with Eclipse's JUnit test runner), the Gradle task prepareTestConfiguration has to be executed first. This will copy the file javapos-config-loader/src/test/resources/jpos/res/jpos_junit.properties as initial jpos.properties file to the appropriate temporary resource test directory.

If starting the test with Gradle, this is not needed as Gradle's test task depends on it and will automatically execute this task before starting the tests.