Reorganized into classes. Implemented generic filtering.

This commit is contained in:
Jonathan Bernard
2010-02-12 10:04:51 -06:00
parent 249c1b39c4
commit ddc34722c8
8 changed files with 145 additions and 59 deletions
View File
+4
View File
@@ -0,0 +1,4 @@
Add unit tests for LIST operation
=================================
Add unit tests for listing issues with no filter.
+4
View File
@@ -0,0 +1,4 @@
Add unit tests for the PRIORITY filter
======================================
Add unit tests covering the priority selection criteria of the filter.
+4
View File
@@ -0,0 +1,4 @@
Add unit tests for the CATEGORIES filter
========================================
Add unit tests covering the categories filter criteria.
+4
View File
@@ -0,0 +1,4 @@
Add unit tests for the PROJECTS filter
======================================
Add unit tests covering the projects filter criteria.
+4
View File
@@ -0,0 +1,4 @@
Add unit tests for the RECURSE filter
=====================================
Add unit tests covering the subprojects filter criteria.
+4
View File
@@ -0,0 +1,4 @@
Add unit tests for the VERBOSE option
=====================================
Add unit tests covering the verbose option