PHP 클래스 Tests\DiDom\DocumentTest

상속: extends Tests\TestCase
파일 보기 프로젝트 열기: imangazaliev/didom

공개 메소드들

메소드 설명
findTests ( )
loadHtmlCharsetTests ( )
testAppendChild ( )
testAppendChildWithInvalidArgument ( )
testConstructWithInvalidArgument ( )
testConstructWithInvalidEncoding ( )
testConstructWithNotExistingFile ( )
testConstructorWithInvalidArgumentType ( )
testConstructorWithInvalidDocumentType ( )
testCount ( )
testCreate ( )
testCreateElement ( )
testCreateElementBySelector ( )
testEmptyDocumentToElement ( )
testFind ( $html, $selector, $type, $count )
testFindAndReturnDomElement ( $html, $selector, $type, $count )
testFindAttribute ( )
testFindText ( )
testFirst ( )
testFormat ( )
testGetDocument ( )
testGetElement ( )
testGetType ( )
testHas ( )
testHtml ( )
testHtmlWithOptions ( )
testInvoke ( $html, $selector, $type, $count )
testIs ( )
testIsWithEmptyDocument ( )
testIsWithInvalidArgument ( )
testLoadHtmlCharset ( $html, $text )
testLoadHtmlFileWithInvalidArgument ( )
testLoadHtmlFileWithNotExistingFile ( )
testLoadHtmlWithInvalidArgument ( )
testLoadWithInvalidContentArgument ( )
testLoadWithInvalidDocumentType ( )
testLoadWithInvalidDocumentTypeArgument ( )
testLoadWithInvalidOptionsType ( )
testLoadWithNotExistingFile ( )
testLoadXmlFileWithInvalidArgument ( )
testLoadXmlFileWithNotExistingFile ( )
testLoadXmlWithInvalidArgument ( )
testText ( )
testToElement ( )
testToStringHtml ( )
testToStringXml ( )
testXml ( )
testXmlWithOptions ( )
testXpath ( )

메소드 상세

findTests() 공개 메소드

public findTests ( )

loadHtmlCharsetTests() 공개 메소드

testAppendChild() 공개 메소드

public testAppendChild ( )

testAppendChildWithInvalidArgument() 공개 메소드

testConstructWithInvalidArgument() 공개 메소드

testConstructWithInvalidEncoding() 공개 메소드

testConstructWithNotExistingFile() 공개 메소드

testConstructorWithInvalidArgumentType() 공개 메소드

testConstructorWithInvalidDocumentType() 공개 메소드

testCount() 공개 메소드

public testCount ( )

testCreate() 공개 메소드

public testCreate ( )

testCreateElement() 공개 메소드

public testCreateElement ( )

testCreateElementBySelector() 공개 메소드

testEmptyDocumentToElement() 공개 메소드

testFind() 공개 메소드

public testFind ( $html, $selector, $type, $count )

testFindAndReturnDomElement() 공개 메소드

public testFindAndReturnDomElement ( $html, $selector, $type, $count )

testFindAttribute() 공개 메소드

public testFindAttribute ( )

testFindText() 공개 메소드

public testFindText ( )

testFirst() 공개 메소드

public testFirst ( )

testFormat() 공개 메소드

public testFormat ( )

testGetDocument() 공개 메소드

public testGetDocument ( )

testGetElement() 공개 메소드

public testGetElement ( )

testGetType() 공개 메소드

public testGetType ( )

testHas() 공개 메소드

public testHas ( )

testHtml() 공개 메소드

public testHtml ( )

testHtmlWithOptions() 공개 메소드

public testHtmlWithOptions ( )

testInvoke() 공개 메소드

public testInvoke ( $html, $selector, $type, $count )

testIs() 공개 메소드

public testIs ( )

testIsWithEmptyDocument() 공개 메소드

testIsWithInvalidArgument() 공개 메소드

testLoadHtmlCharset() 공개 메소드

public testLoadHtmlCharset ( $html, $text )

testLoadHtmlFileWithInvalidArgument() 공개 메소드

testLoadHtmlFileWithNotExistingFile() 공개 메소드

testLoadHtmlWithInvalidArgument() 공개 메소드

testLoadWithInvalidContentArgument() 공개 메소드

testLoadWithInvalidDocumentType() 공개 메소드

testLoadWithInvalidDocumentTypeArgument() 공개 메소드

testLoadWithInvalidOptionsType() 공개 메소드

testLoadWithNotExistingFile() 공개 메소드

testLoadXmlFileWithInvalidArgument() 공개 메소드

testLoadXmlFileWithNotExistingFile() 공개 메소드

testLoadXmlWithInvalidArgument() 공개 메소드

testText() 공개 메소드

public testText ( )

testToElement() 공개 메소드

public testToElement ( )

testToStringHtml() 공개 메소드

public testToStringHtml ( )

testToStringXml() 공개 메소드

public testToStringXml ( )

testXml() 공개 메소드

public testXml ( )

testXmlWithOptions() 공개 메소드

public testXmlWithOptions ( )

testXpath() 공개 메소드

public testXpath ( )