AmazonShipmentTest
extends PHPUnit_Framework_TestCase
in package
Generated by PHPUnit_SkeletonGenerator 1.2.0 on 2012-12-12 at 13:17:14.
Table of Contents
- $object : AmazonShipment
- testCreateShipment() : mixed
- testGetShipmentId() : mixed
- testSetAddress() : mixed
- testSetItems() : mixed
- testSetShipmentId() : mixed
- testSetStatus() : mixed
- testUpdateShipment() : mixed
- testUsePlan() : mixed
- setUp() : mixed
- Sets up the fixture, for example, opens a network connection.
- tearDown() : mixed
- Tears down the fixture, for example, closes a network connection.
Properties
$object
protected
AmazonShipment
$object
Methods
testCreateShipment()
public
testCreateShipment(mixed $o) : mixed
Parameters
- $o : mixed
Tags
Return values
mixed —testGetShipmentId()
public
testGetShipmentId(mixed $o) : mixed
Parameters
- $o : mixed
Tags
Return values
mixed —testSetAddress()
public
testSetAddress() : mixed
Return values
mixed —testSetItems()
public
testSetItems() : mixed
Return values
mixed —testSetShipmentId()
public
testSetShipmentId() : mixed
Return values
mixed —testSetStatus()
public
testSetStatus() : mixed
Return values
mixed —testUpdateShipment()
public
testUpdateShipment(mixed $o) : mixed
Parameters
- $o : mixed
Tags
Return values
mixed —testUsePlan()
public
testUsePlan() : mixed
Return values
mixed —setUp()
Sets up the fixture, for example, opens a network connection.
protected
setUp() : mixed
This method is called before a test is executed.
Return values
mixed —tearDown()
Tears down the fixture, for example, closes a network connection.
protected
tearDown() : mixed
This method is called after a test is executed.