[bisq-network/bisq] Add api method 'getpaymentmethods' (#4818)

Stan notifications at github.com
Tue Dec 1 18:41:48 CET 2020


@ghubstan commented on this pull request.



> +    public static void setUp() {
+        try {
+            setUpScaffold(bitcoind, alicedaemon);
+        } catch (Exception ex) {
+            fail(ex);
+        }
+    }
+
+    @Test
+    @Order(1)
+    public void testGetPaymentMethods() {
+        List<String> paymentMethodIds = getPaymentMethods(alicedaemon)
+                .stream()
+                .map(p -> p.getId())
+                .collect(Collectors.toList());
+        assertTrue(paymentMethodIds.size() > 25);

Assert the payment method list size is >= 20?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/4818#discussion_r533600745
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20201201/d8f6b331/attachment.htm>


More information about the bisq-github mailing list