\JBrowserTest
Test class for JBrowser.
Synopsis
class JBrowserTest
extends PHPUnit_Framework_TestCase
{
- // members
- protected JBrowser $object;
- // methods
- protected void setUp()
- public void testGetInstance()
- public void testMatch()
- public void testGetPlatform()
- public void testSetBrowser()
- public void testGetBrowser()
- public void testGetMajor()
- public void testGetMinor()
- public void testGetVersion()
- public void testGetAgentString()
- public void testGetHTTPProtocol()
- public void testIsViewable()
- public void testIsBrowser()
- public void testIsRobot()
- public void testIsMobile()
- public void testIsSSLConnection()
Hierarchy
Extends
Tasks
Tasks
Line | Task |
---|---|
46+ | Implement testGetInstance(). |
61+ | Implement testMatch(). |
76+ | Implement testGetPlatform(). |
91+ | Implement testSetBrowser(). |
106+ | Implement testGetBrowser(). |
121+ | Implement testGetMajor(). |
136+ | Implement testGetMinor(). |
151+ | Implement testGetVersion(). |
166+ | Implement testGetAgentString(). |
181+ | Implement testGetHTTPProtocol(). |
196+ | Implement testIsViewable(). |
211+ | Implement testIsBrowser(). |
226+ | Implement testIsRobot(). |
241+ | Implement testIsMobile(). |
Members
protected
- $object — JBrowser
Methods
protected
- setUp() — Sets up the fixture, for example, opens a network connection.
public
- testGetAgentString() — Test...
- testGetBrowser() — Test...
- testGetHTTPProtocol() — Test...
- testGetInstance() — Test...
- testGetMajor() — Test...
- testGetMinor() — Test...
- testGetPlatform() — Test...
- testGetVersion() — Test...
- testIsBrowser() — Test...
- testIsMobile() — Test...
- testIsRobot() — Test...
- testIsSSLConnection() — Test...
- testIsViewable() — Test...
- testMatch() — Test...
- testSetBrowser() — Test...