Skip to content

Commit

Permalink
added: test strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
koron committed Jul 28, 2024
1 parent fbbdbd7 commit 2c95f22
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions docs/test_strategy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# trietree Test Strategy

(Only Japanese)

## Predict (Scan) Method

要件

* [ ] 全部の単語が検出される
* [ ] 位置が正しい
* [ ] 検出単語が正しい
* [ ] (OPTIONAL) 付随データが正しい
* [ ] 範囲が重複した単語が検出される
* [ ] 前半が重複
* [ ] 始点がより前方
* [ ] 始点が一致
* [ ] 後半が重複
* [ ] 終点がより後方
* [ ] 終点が一致
* [ ] 内包
* [ ] 同じ単語が複数回
* [ ] 回文構造

## Put Method

* 既存単語の値更新が機能する

0 comments on commit 2c95f22

Please sign in to comment.