bisq/apitest/src
ghubstan c2f8db3c7d
Reduce apitest case execution time
Consolidated all method tests into fewer test cases by running them
from new 'scenario' test cases.  This cuts the current scaffold
setup & teardown times by almost 1/2.  No method tests were deleted
or duplicated.

(1)  Disabled all method (unit) test cases at the class level.
(2)  Added new scenario test cases to run all disabled test cases (1).

The method test cases can still be run by commenting out the @Disabled
annotation.
2020-10-28 18:17:59 -03:00
..
main Remove dead code 2020-10-28 17:46:30 -03:00
test/java/bisq/apitest Reduce apitest case execution time 2020-10-28 18:17:59 -03:00