\JUriTest
Test class for JUri.
Generated by PHPUnit on 2009-10-09 at 14:03:19.
Synopsis
class JUriTest
extends PHPUnit_Framework_TestCase
{
- // members
- protected JUri $object;
- // methods
- protected void setUp()
- public void test__toString()
- public void testGetInstance()
- public void testBase()
- public void testRoot()
- public void testCurrent()
- public void testParse()
- public void testToString()
- public void testSetVar()
- public void testHasVar()
- public void testGetVar()
- public void testDelVar()
- public void testSetQuery()
- public void testGetQuery()
- public void testBuildQuery()
- public void testGetScheme()
- public void testSetScheme()
- public void testGetUser()
- public void testSetUser()
- public void testGetPass()
- public void testSetPass()
- public void testGetHost()
- public void testSetHost()
- public void testGetPort()
- public void testSetPort()
- public void testGetPath()
- public void testSetPath()
- public void testGetFragment()
- public void testSetFragment()
- public void testIsSSL()
- public void testIsInternal()
Hierarchy
Extends
Tasks
Tasks
Line | Task |
---|---|
661+ | Implement testIsInternal(). |
Members
protected
- $object — JUri
Methods
protected
- setUp() — Sets up the fixture, for example, opens a network connection.
public
- testBase() — Test the base method.
- testBuildQuery() — Test the buildQuery method.
- testCurrent() — Test the current method.
- testDelVar() — Test the delVar method.
- testGetFragment() — Test the getFragment method.
- testGetHost() — Test the getHost method.
- testGetInstance() — Test the getInstance method.
- testGetPass() — Test the getPass method.
- testGetPath() — Test the getPath method.
- testGetPort() — Test the getPort method.
- testGetQuery() — Test the getQuery method.
- testGetScheme() — Test the getScheme method.
- testGetUser() — Test the getUser method.
- testGetVar() — Test the getVar method.
- testHasVar() — Test the hasVar method.
- testIsInternal() — Test...
- testIsSSL() — Test the isSSL method.
- testParse() — Test the parse method.
- testRoot() — Test the root method.
- testSetFragment() — Test the setFragment method.
- testSetHost() — Test the setHost method.
- testSetPass() — Test the setPass method.
- testSetPath() — Test the setPath method.
- testSetPort() — Test the setPort method.
- testSetQuery() — Test the setQuery method.
- testSetScheme() — Test the setScheme method.
- testSetUser() — Test the setUser method.
- testSetVar() — Test the setVar method.
- testToString() — Test the toString method.
- test__toString() — Test the __toString method.