|
ILIAS
release_8 Revision v8.24
|
Testing the MathJax class. More...
Inheritance diagram for ilMathJaxTest:
Collaboration diagram for ilMathJaxTest:Public Member Functions | |
| testInstanceCanBeCreated () | |
| testClientSideRendering (int $limiter, string $input, ?string $start, ?string $end, string $expected) | |
| @depends testInstanceCanBeCreated @dataProvider clientSideData More... | |
| clientSideData () | |
| testServerSideRendering (string $purpose, ?string $imagefile, string $expected) | |
| @depends testInstanceCanBeCreated @dataProvider serverSideData More... | |
| serverSideData () | |
Additional Inherited Members | |
Protected Member Functions inherited from ilMathJaxBaseTest | |
| getEmptyConfig () | |
| Get a config without active settings. More... | |
| getFactoryMock (?string $imagefile=null) | |
| Get a factory mockup that will deliver other mockups. More... | |
| getTemplateMock () | |
| Get a global template mockup. More... | |
| getImageMock (string $imagefile) | |
| Get a cached image mockup from an example file. More... | |
| getServerMock () | |
| Get a mockup of the class for server calls. More... | |
Testing the MathJax class.
Definition at line 26 of file class.ilMathJaxTest.php.
| ilMathJaxTest::clientSideData | ( | ) |
Definition at line 47 of file class.ilMathJaxTest.php.
| ilMathJaxTest::serverSideData | ( | ) |
Definition at line 90 of file class.ilMathJaxTest.php.
| ilMathJaxTest::testClientSideRendering | ( | int | $limiter, |
| string | $input, | ||
| ?string | $start, | ||
| ?string | $end, | ||
| string | $expected | ||
| ) |
@depends testInstanceCanBeCreated @dataProvider clientSideData
Definition at line 39 of file class.ilMathJaxTest.php.
References $config, ilMathJaxBaseTest\getEmptyConfig(), ilMathJaxBaseTest\getFactoryMock(), and ilMathJax\getIndependent().
Here is the call graph for this function:| ilMathJaxTest::testInstanceCanBeCreated | ( | ) |
Definition at line 28 of file class.ilMathJaxTest.php.
References $config, ilMathJaxBaseTest\getEmptyConfig(), ilMathJaxBaseTest\getFactoryMock(), and ilMathJax\getIndependent().
Here is the call graph for this function:| ilMathJaxTest::testServerSideRendering | ( | string | $purpose, |
| ?string | $imagefile, | ||
| string | $expected | ||
| ) |
@depends testInstanceCanBeCreated @dataProvider serverSideData
Definition at line 74 of file class.ilMathJaxTest.php.
References $config, ilMathJaxBaseTest\getEmptyConfig(), ilMathJaxBaseTest\getFactoryMock(), and ilMathJax\getIndependent().
Here is the call graph for this function: