Package test
Class BitPayTestPayouts
- java.lang.Object
-
- test.BitPayTestPayouts
-
public class BitPayTestPayouts extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BitPayTestPayouts()
-
Method Summary
Modifier and Type Method Description voidsetUp()static voidsetUpOneTime()voidtestShouldGetPayoutBatches()voidtestShouldGetPayoutBatchesByStatus()voidtestShouldGetPayoutRecipientId()voidtestShouldGetPayoutRecipients()voidtestShouldSubmitGetAndDeletePayoutBatch()voidtestShouldSubmitPayoutRecipients()
-
-
-
Method Detail
-
setUpOneTime
public static void setUpOneTime() throws java.lang.InterruptedException, java.io.IOException, BitPayException, java.net.URISyntaxException- Throws:
java.lang.InterruptedExceptionjava.io.IOExceptionBitPayExceptionjava.net.URISyntaxException
-
setUp
public void setUp() throws BitPayException, java.io.IOException, java.net.URISyntaxException- Throws:
BitPayExceptionjava.io.IOExceptionjava.net.URISyntaxException
-
testShouldSubmitPayoutRecipients
public void testShouldSubmitPayoutRecipients()
-
testShouldGetPayoutRecipientId
public void testShouldGetPayoutRecipientId()
-
testShouldGetPayoutRecipients
public void testShouldGetPayoutRecipients()
-
testShouldSubmitGetAndDeletePayoutBatch
public void testShouldSubmitGetAndDeletePayoutBatch() throws PayoutCreationException- Throws:
PayoutCreationException
-
testShouldGetPayoutBatches
public void testShouldGetPayoutBatches()
-
testShouldGetPayoutBatchesByStatus
public void testShouldGetPayoutBatchesByStatus()
-
-