PHP 클래스 DiffMatchPatch\PatchTest

저자: Neil Fraser ([email protected])
저자: Daniil Skrobov ([email protected])
상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: yetanotherape/diff-match-patch

보호된 프로퍼티들

프로퍼티 타입 설명
$d Diff
$m Match
$p Patch

공개 메소드들

메소드 설명
testAddContext ( )
testAddPadding ( )
testApply ( )
testFromText ( )
testMake ( )
testPatchObj ( )
testSplitMax ( )
testToText ( )

보호된 메소드들

메소드 설명
setUp ( )

메소드 상세

setUp() 보호된 메소드

protected setUp ( )

testAddContext() 공개 메소드

public testAddContext ( )

testAddPadding() 공개 메소드

public testAddPadding ( )

testApply() 공개 메소드

public testApply ( )

testFromText() 공개 메소드

public testFromText ( )

testMake() 공개 메소드

public testMake ( )

testPatchObj() 공개 메소드

public testPatchObj ( )

testSplitMax() 공개 메소드

public testSplitMax ( )

testToText() 공개 메소드

public testToText ( )

프로퍼티 상세

$d 보호되어 있는 프로퍼티

protected Diff,diffmatchpatch $d
리턴 Diff

$m 보호되어 있는 프로퍼티

protected Match,diffmatchpatch $m
리턴 Match

$p 보호되어 있는 프로퍼티

protected Patch,diffmatchpatch $p
리턴 Patch