|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for Sabre\Xml\ServiceTest:
Collaboration diagram for Sabre\Xml\ServiceTest:Public Member Functions | |
| testGetReader () | |
| testGetWriter () | |
| testParse () | |
| @depends testGetReader More... | |
| testParseStream () | |
| @depends testGetReader More... | |
| testExpect () | |
| @depends testGetReader More... | |
| testExpectStream () | |
| @depends testGetReader More... | |
| testExpectWrong () | |
| @depends testGetReader @expectedException \Sabre\Xml\ParseException More... | |
| testWrite () | |
| @depends testGetWriter More... | |
| testMapValueObject () | |
| testMapValueObjectArrayProperty () | |
| testWriteVoNotFound () | |
| @expectedException \InvalidArgumentException More... | |
| testParseClarkNotation () | |
| testParseClarkNotationFail () | |
| @expectedException \InvalidArgumentException More... | |
Definition at line 5 of file ServiceTest.php.
| Sabre\Xml\ServiceTest::testExpect | ( | ) |
@depends testGetReader
Definition at line 102 of file ServiceTest.php.
| Sabre\Xml\ServiceTest::testExpectStream | ( | ) |
@depends testGetReader
Definition at line 129 of file ServiceTest.php.
References $result, GuzzleHttp\Psr7\$stream, and $xml.
| Sabre\Xml\ServiceTest::testExpectWrong | ( | ) |
@depends testGetReader @expectedException \Sabre\Xml\ParseException
Definition at line 162 of file ServiceTest.php.
References $xml.
| Sabre\Xml\ServiceTest::testGetReader | ( | ) |
Definition at line 7 of file ServiceTest.php.
References $reader.
| Sabre\Xml\ServiceTest::testGetWriter | ( | ) |
Definition at line 22 of file ServiceTest.php.
| Sabre\Xml\ServiceTest::testMapValueObject | ( | ) |
Definition at line 201 of file ServiceTest.php.
References $input.
| Sabre\Xml\ServiceTest::testMapValueObjectArrayProperty | ( | ) |
Definition at line 238 of file ServiceTest.php.
References $input, and ILIAS\FileDelivery\http().
Here is the call graph for this function:| Sabre\Xml\ServiceTest::testParse | ( | ) |
@depends testGetReader
Definition at line 40 of file ServiceTest.php.
| Sabre\Xml\ServiceTest::testParseClarkNotation | ( | ) |
Definition at line 288 of file ServiceTest.php.
References Sabre\Xml\Service\parseClarkNotation().
Here is the call graph for this function:| Sabre\Xml\ServiceTest::testParseClarkNotationFail | ( | ) |
@expectedException \InvalidArgumentException
Definition at line 300 of file ServiceTest.php.
References Sabre\Xml\Service\parseClarkNotation().
Here is the call graph for this function:| Sabre\Xml\ServiceTest::testParseStream | ( | ) |
@depends testGetReader
Definition at line 69 of file ServiceTest.php.
References $result, GuzzleHttp\Psr7\$stream, and $xml.
| Sabre\Xml\ServiceTest::testWrite | ( | ) |
@depends testGetWriter
Definition at line 177 of file ServiceTest.php.
References $result.
| Sabre\Xml\ServiceTest::testWriteVoNotFound | ( | ) |
@expectedException \InvalidArgumentException
Definition at line 281 of file ServiceTest.php.