Skip to content

Commit

Permalink
UT: increase coverage of phonetization
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksandr Kravchuk <dev@sashko.rv.ua>
  • Loading branch information
sashko committed Apr 18, 2018
1 parent b98ae25 commit 65d2807
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/phonetization_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,15 @@ void testUkrainianhonetization() {
});
}

void testGetAlphabet() {
test("test obtaining alphabet from settings", () {
expect(alphabet, isNot(""));
});
}

void main() {
testSwedishPhonetization();
testICAOPhonetization();
testUkrainianhonetization();
testGetAlphabet();
}

0 comments on commit 65d2807

Please sign in to comment.