shekharpro / mb-unit

Automatically exported from code.google.com/p/mb-unit
0 stars 0 forks source link

Implement PairwiseJoinStrategy #126

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It's a tricky algorithm.

MbUnit v2 implements the pairwise produce using Bipartite Graphs to
generate pairs.  This makes sense of MbUnit v2 since it's linked to
Quickgraph.  In Gallio we'll need to adapt the algorithm or do something
different.

Check out http://www.pairwise.org/ for some useful resources.

Original issue reported on code.google.com by jeff.br...@gmail.com on 21 Jan 2008 at 8:50

GoogleCodeExporter commented 9 years ago
Also need to finish making the join strategy selectable for combinatorial tests.

Original comment by jeff.br...@gmail.com on 17 Mar 2008 at 10:50

GoogleCodeExporter commented 9 years ago
This feature will be going into Alpha 2 since I was working on MbUnit v3 data 
binding
API tests.

Original comment by jeff.br...@gmail.com on 3 Apr 2008 at 5:01

GoogleCodeExporter commented 9 years ago
Done.
That was a very interesting algorithm to play around with.

Original comment by jeff.br...@gmail.com on 3 Apr 2008 at 9:54

GoogleCodeExporter commented 9 years ago

Original comment by jeff.br...@gmail.com on 3 Apr 2008 at 9:57