!define CONTEST_LIB {./lib/ConTest.jar}
!define CONTEST_PROP {./lib/KingProperties}

!3 Examples for testing multi-threaded programs with !-ConcurrentTesting-!

!*****> !-AdderThread-!
The example with this specific bug in mind and expected to see every combination of five digit numbers composed of zero's and ones written (with at least one 1 present) as a final result when run under !-ConTest-!.
**********!
!|FlowFixture|

|start_parallel|

!|AdderTest|
|value|total()|
|1||

!|AdderTest|
|value|total()|
|1||

!|AdderTest|
|value|total()|
|1||

|end_parallel|

!|AdderTest|
|total()|
|3|
