sbt/testing
Mark Harrah a0e301e3d8 Pick the first test fingerprint for a given suite/class name. Fixes #827.
This drops older code that picked a single fingerprint within a framework.
This commit ensures only one name is executed across all frameworks.
The precedence is the order that frameworks are declared in Defaults.scala.
JUnit should be last because it is common for specs tests to be annotated
  with @RunWith for Eclipse support.  If a distinct fingerprint is not
  picked, the test will be run by both specs and JUnit.
In addition to this main reason, result processing code assumes one result
  per test class name and would have to be fixed if multiple fingerprints
  were allowed.
2013-07-25 17:36:11 -04:00
..
agent/src/main/java/sbt properly wrap unknown test data structures in serializable ones 2013-06-28 12:12:58 -04:00
impl/src/main/scala/sbt Deleted unused discovered test parser/printer 2013-07-09 14:55:30 -04:00
src/main/scala/sbt Pick the first test fingerprint for a given suite/class name. Fixes #827. 2013-07-25 17:36:11 -04:00
NOTICE - Stuart's improvements to triggered execution 2010-07-05 12:53:37 -04:00