seek_quarry
[ class tree: seek_quarry ] [ index: seek_quarry ] [ all elements ]

Class: PptxProcessorTest

Source Location: /tests/pptx_processor_test.php

Class Overview

UnitTest
   |
   --PptxProcessorTest

UnitTest for the PptxProcessor class. It is used to process pptx files which are xml based zip format


Author(s):

  • Nakul Natu

Implements interfaces:

Methods


Inherited Constants

Inherited Variables

Inherited Methods

Class: UnitTest

UnitTest::__construct()
Contructor should be overriden to do any set up that occurs before
UnitTest::assertEqual()
Checks that $x and $y are the same, the result of the test is added to $this->test_case_results
UnitTest::assertFalse()
Checks that $x can coerced to false, the result of the test is added to $this->test_case_results
UnitTest::assertNotEqual()
Checks that $x and $y are not the same, the result of the test is added to $this->test_case_results
UnitTest::assertTrue()
Checks that $x can coerced to true, the result of the test is added to $this->test_case_results
UnitTest::run()
Execute each of the test cases of this unit test and return the results
UnitTest::setUp()
This method is called before each test case is run to set up the
UnitTest::tearDown()
This method is called after each test case is run to clean up

Class Details

[line 50]
UnitTest for the PptxProcessor class. It is used to process pptx files which are xml based zip format



Tags:

author:  Nakul Natu


[ Top ]


Class Methods


method checkDescriptionTestCase [line 117]

void checkDescriptionTestCase( )

Checks if description is not null



[ Top ]

method checkLangTestCase [line 87]

void checkLangTestCase( )

Checks Language of pptx is correct or not



[ Top ]

method checkLinksTestCase [line 98]

void checkLinksTestCase( )

Checks the links are correct or not



[ Top ]

method checkTitleTestCase [line 76]

void checkTitleTestCase( )

Checks title of the pptx is correct or not



[ Top ]

method setUp [line 55]

void setUp( )

Creates a summary of pptx document to check



Overrides UnitTest::setUp() (This method is called before each test case is run to set up the)

[ Top ]

method tearDown [line 69]

void tearDown( )

Test object is set to null



Overrides UnitTest::tearDown() (This method is called after each test case is run to clean up)

[ Top ]


Documentation generated by phpDocumentor 1.4.3