File: to-do.txt

package info (click to toggle)
junit4 4.13.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,520 kB
  • sloc: java: 31,097; javascript: 1,339; xml: 751; makefile: 2; sh: 1
file content (27 lines) | stat: -rw-r--r-- 961 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
* update documentation
	* new cook's tour
	* update Test Infected
* Should there be a "prefix" annotation for Suites?
  * This would allow two Suites with different BeforeClass/AfterClass behaviors,
    but the same component tests, to co-exist

* update the build process
    * update site for plug-in version?
* Ant
	* Basic task
* support testing run once initialization code e.g. class Foo {{...}}
* Automatically add failing tests to the Known Defects section of the README.html

* Create assume(that()) and assert(that()) 
  (what is a better name for the second one?)
  
* Simplify implementation of equality, and organize AssertionTest

* Theories class validation should be much better

* Find a way to make Parameterized a single-class extension

* If a suite() returns a JUnit4TestAdapter, allow Filters and Sorters to operate on 
  the adapted Runner.
  
* Every time I add a Filter feature, I have to add an equivalent Sorter feature.  Suspicious.