From: kashalkar Date: Sat, 11 Jun 2016 12:56:45 +0000 (+0200) Subject: UI Feature Request: Unit tests for UI modules. X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F52%2F152%2F4;p=osm%2FFeatures.git UI Feature Request: Unit tests for UI modules. Change-Id: I1d78bf61305c798fd1aa8e911afa79d797e80d34 --- diff --git a/Release1/ui-feature-unit-tests.md b/Release1/ui-feature-unit-tests.md new file mode 100644 index 0000000..48b1267 --- /dev/null +++ b/Release1/ui-feature-unit-tests.md @@ -0,0 +1,20 @@ +# Add Unit Tests for UI modules # + +## Proposer ## +Kiran Kashalkar (RIFT.io) + +## Type ## +**Requirement** (do not modify) + +## Target MDG/TF ## +UI + +## Description ## +A unit test framework (intern.js), unit tests and a test-runner (intern.js) with coverage analysis +should be added for following components of the UI: +1. Plugin Discovery Module +2. Message Emmitter Module + +## Demo or definition of done ## +Should display results from the test-runner. +Overall line coverage target should be 80%+. \ No newline at end of file