\JMicrodataTest
Test class for JMicrodata
Synopsis
class JMicrodataTest
extends PHPUnit_Framework_TestCase
{
- // members
- protected $defaultType;
- protected $handler;
- // methods
- public void setUp()
- public void testDefaults()
- public void testSetType()
- public void testFallback()
- public void testDisplay()
- public void testDisplayFallbacks()
- public void testDisplayTypes()
- public void testIsTypeAvailable()
- public void testIsPropertyInType()
- public void testExpectedDisplayType()
- public void testDisplayScope()
- public void testGetAvailableTypes()
- public void testHtmlMeta()
- public void testHtmlDiv()
- public void testHtmlSpan()
Hierarchy
Extends
Members
Methods
public
- setUp() — Test setup
- testDefaults() — Test the default settings
- testDisplay() — Test the display() function
- testDisplayFallbacks() — Test the display() function when fallbacks
- testDisplayScope() — Test the displayScope() function
- testDisplayTypes() — Test the display() function, all display types
- testExpectedDisplayType() — Test the expectedDisplayType() function
- testFallback() — Test the fallback() function
- testGetAvailableTypes() — Test the getAvailableTypes() function
- testHtmlDiv() — Test the htmlDiv() function
- testHtmlMeta() — Test the static htmlMeta() function
- testHtmlSpan() — Test the htmlSpan() function
- testIsPropertyInType() — Test the isPropertyInType() function
- testIsTypeAvailable() — Test the isTypeAvailabe() function
- testSetType() — Test the setType() function