bisq/apitest
ghubstan 486f06beef
Refresh dao-setup files in Scaffold setup
Many test cases will need to run on a clean, initialized dao-setup;
we do not want call dao-setup.gradle tasks from Java.

For now, every JUnit test case will refresh the dao-setup data in
@BeforeClass, but @AfterClass will not clean out the dao-setup files.
We want to be able to look at bitcoin-core and bisq app data & log
files after a test.

Given the difficulty of refreshing dao-setup files using Java,
I took a short cut and used the apitest.linux pkg's BashCommand
to replace dao-setup files.

Some bitcoin.conf and blocknotify configuratation logic was
also moved from ApiTestConfig to Scaffold in this commit.
2020-07-13 19:54:39 -03:00
..
scripts Add script to get Bisq app pid 2020-07-09 15:30:22 -03:00
src/main Refresh dao-setup files in Scaffold setup 2020-07-13 19:54:39 -03:00
dao-setup.gradle Delete commented statement 2020-07-13 19:48:59 -03:00