PHP Class JpnForPhp\Tests\Analyzer\AnalyzerTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: mbilbille/jpnforphp

Public Methods

Method Description
testCountHiraganaWhenMixedCharacters ( )
testCountHiraganaWhenNoHiragana ( )
testCountHiraganaWhenSutegana ( )
testCountKanjiExtended ( )
testCountKanjiWhenMixedCharacters ( )
testCountKanjiWhenNoKanji ( )
testCountKatakanaWhenMixedCharacters ( )
testCountKatakanaWhenNoKatakana ( )
testCountKatakanaWhenSpecialKatakana ( )
testHasHiraganaWhenMixedCharacters ( )
testHasJapaneseLetters ( )
testHasJapaneseNumeral ( )
testHasJapanesePunctuationMarks ( )
testHasJapaneseWritings ( )
testHasJapaneseWritingsButOnlyPunctuationMarks ( )
testHasKanaWhenMixedCharacters ( )
testHasKanjiWhenMixedCharacters ( )
testHasKatakanaWhenMixedCharacters ( )
testHasLatin ( )
testHasLatinFullwidth ( )
testHasNoHiragana ( )
testHasNoKana ( )
testHasNoKanji ( )
testHasNoKatakana ( )
testHasNotJapaneseLetters ( )
testHasNotJapaneseNumeral ( )
testHasNotJapanesePunctuationMarks ( )
testHasNotJapaneseWritings ( )
testHasWesternNumeral ( )
testHasWesternNumeralFullwith ( )
testInspectMixedCharacters ( )
testLenghtOfAnEmptyString ( )
testLenghtOfMixedCharacters ( )
testSegmenterSentence1 ( )
testSegmenterSentence2 ( )
testSegmenterSentence3 ( )

Protected Methods

Method Description
setUp ( )

Method Details

setUp() protected method

protected setUp ( )

testCountHiraganaWhenMixedCharacters() public method

testCountHiraganaWhenNoHiragana() public method

testCountHiraganaWhenSutegana() public method

testCountKanjiExtended() public method

testCountKanjiWhenMixedCharacters() public method

testCountKanjiWhenNoKanji() public method

testCountKatakanaWhenMixedCharacters() public method

testCountKatakanaWhenNoKatakana() public method

testCountKatakanaWhenSpecialKatakana() public method

testHasHiraganaWhenMixedCharacters() public method

testHasJapaneseLetters() public method

testHasJapaneseNumeral() public method

testHasJapanesePunctuationMarks() public method

testHasJapaneseWritings() public method

testHasJapaneseWritingsButOnlyPunctuationMarks() public method

testHasKanaWhenMixedCharacters() public method

testHasKanjiWhenMixedCharacters() public method

testHasKatakanaWhenMixedCharacters() public method

testHasLatin() public method

public testHasLatin ( )

testHasLatinFullwidth() public method

testHasNoHiragana() public method

public testHasNoHiragana ( )

testHasNoKana() public method

public testHasNoKana ( )

testHasNoKanji() public method

public testHasNoKanji ( )

testHasNoKatakana() public method

public testHasNoKatakana ( )

testHasNotJapaneseLetters() public method

testHasNotJapaneseNumeral() public method

testHasNotJapanesePunctuationMarks() public method

testHasNotJapaneseWritings() public method

testHasWesternNumeral() public method

testHasWesternNumeralFullwith() public method

testInspectMixedCharacters() public method

testLenghtOfAnEmptyString() public method

testLenghtOfMixedCharacters() public method

testSegmenterSentence1() public method

testSegmenterSentence2() public method

testSegmenterSentence3() public method