org.starhope.appius.test
Class AuthorizeNetTest

java.lang.Object
  extended by org.starhope.appius.test.AuthorizeNetTest

public class AuthorizeNetTest
extends Object

WRITEME: The documentation for this type (AuthorizeNetTest) is incomplete. (brpocock, Aug 5, 2009)

Author:
brpocock

Constructor Summary
AuthorizeNetTest()
           
 
Method Summary
 void setUp()
          WRITEME: document this method (brpocock, Aug 5, 2009)
 void tearDown()
          WRITEME: document this method (brpocock, Aug 5, 2009)
 void testAlterEnrolment()
          Test method for AuthorizeNetGateway.alterEnrolment(org.starhope.appius.mb.Payment, org.starhope.appius.mb.UserEnrolment) .
 void testEndEnrolment()
          Test method for AuthorizeNetGateway.endEnrolment(org.starhope.appius.mb.Payment) .
 void testIsAvailable()
          Test method for AuthorizeNetGateway.isAvailable() .
 void testStartEnrolment()
          Test method for AuthorizeNetGateway.startEnrolment(org.starhope.appius.mb.Payment) .
 void testTransactPayment()
          Test method for AuthorizeNetGateway.transactPayment(org.starhope.appius.mb.Payment) .
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthorizeNetTest

public AuthorizeNetTest()
Method Detail

setUp

public void setUp()
           throws Exception
WRITEME: document this method (brpocock, Aug 5, 2009)

Throws:
Exception

tearDown

public void tearDown()
              throws Exception
WRITEME: document this method (brpocock, Aug 5, 2009)

Throws:
Exception

testAlterEnrolment

public void testAlterEnrolment()
Test method for AuthorizeNetGateway.alterEnrolment(org.starhope.appius.mb.Payment, org.starhope.appius.mb.UserEnrolment) .


testEndEnrolment

public void testEndEnrolment()
Test method for AuthorizeNetGateway.endEnrolment(org.starhope.appius.mb.Payment) .


testIsAvailable

public void testIsAvailable()
Test method for AuthorizeNetGateway.isAvailable() .


testStartEnrolment

public void testStartEnrolment()
Test method for AuthorizeNetGateway.startEnrolment(org.starhope.appius.mb.Payment) .


testTransactPayment

public void testTransactPayment()
Test method for AuthorizeNetGateway.transactPayment(org.starhope.appius.mb.Payment) .