test
Class BitPayTest

java.lang.Object
  extended by test.BitPayTest

public class BitPayTest
extends java.lang.Object


Constructor Summary
BitPayTest()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testShouldCreateAndCancelRefundRequest()
           
 void testShouldCreateInvoice100EUR()
           
 void testShouldCreateInvoice100USD()
           
 void testShouldCreateInvoiceOneTenthBTC()
           
 void testShouldCreateInvoiceWithAdditionalParams()
           
 void testShouldGetCNYExchangeRate()
           
 void testShouldGetEURExchangeRate()
           
 void testShouldGetExchangeRates()
           
 void testShouldGetInvoice()
           
 void testShouldGetInvoiceBTCPrice()
           
 void testShouldGetInvoiceId()
           
 void testShouldGetInvoiceStatus()
           
 void testShouldGetInvoiceURL()
           
 void testShouldUpdateExchangeRates()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BitPayTest

public BitPayTest()
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Throws:
java.lang.Exception

tearDown

public void tearDown()
              throws java.lang.Exception
Throws:
java.lang.Exception

testShouldGetInvoiceId

public void testShouldGetInvoiceId()

testShouldGetInvoiceURL

public void testShouldGetInvoiceURL()

testShouldGetInvoiceStatus

public void testShouldGetInvoiceStatus()

testShouldGetInvoiceBTCPrice

public void testShouldGetInvoiceBTCPrice()

testShouldCreateInvoiceOneTenthBTC

public void testShouldCreateInvoiceOneTenthBTC()

testShouldCreateInvoice100USD

public void testShouldCreateInvoice100USD()

testShouldCreateInvoice100EUR

public void testShouldCreateInvoice100EUR()

testShouldGetInvoice

public void testShouldGetInvoice()

testShouldCreateInvoiceWithAdditionalParams

public void testShouldCreateInvoiceWithAdditionalParams()

testShouldCreateAndCancelRefundRequest

public void testShouldCreateAndCancelRefundRequest()

testShouldGetExchangeRates

public void testShouldGetExchangeRates()

testShouldGetEURExchangeRate

public void testShouldGetEURExchangeRate()

testShouldGetCNYExchangeRate

public void testShouldGetCNYExchangeRate()

testShouldUpdateExchangeRates

public void testShouldUpdateExchangeRates()