public class TransactionApiTest
extends java.lang.Object
Constructor and Description |
---|
TransactionApiTest() |
Modifier and Type | Method and Description |
---|---|
void |
approveTransaction() |
void |
cancelTransaction() |
void |
captureTransaction() |
void |
checkTransaction() |
void |
denyTransaction() |
void |
directRefund() |
void |
expireTransaction() |
void |
getStatusB2BTransaction() |
void |
orderIdNullCheckTransaction() |
void |
refundTransaction() |
static void |
setUp() |
@BeforeAll public static void setUp()
@Test public void orderIdNullCheckTransaction()
@Test public void checkTransaction() throws MidtransError
MidtransError
@Test public void approveTransaction() throws MidtransError
MidtransError
@Test public void denyTransaction() throws MidtransError
MidtransError
@Test public void cancelTransaction() throws MidtransError
MidtransError
@Test public void expireTransaction() throws MidtransError
MidtransError
@Test public void refundTransaction()
@Test public void captureTransaction()
@Test public void getStatusB2BTransaction()
@Test public void directRefund()