On Wed, 22 Aug 2012, Martin wrote:
On 22/08/2012 18:08, Michael Van Canneyt wrote:
Hi,
for those that do unit testing, I committed a small tool "pas2ut" which
analyses a unit, and creates a unit with a number of (empty) test cases.
Obviously, the unit should be compileable (well, at least
Am 22.08.2012 21:56, schrieb Martin:
On 22/08/2012 18:08, Michael Van Canneyt wrote:
Hi,
for those that do unit testing, I committed a small tool "pas2ut" which
analyses a unit, and creates a unit with a number of (empty) test
cases. Obviously, the unit should be compileable (well, at least it
Am 22.08.2012 21:56, schrieb Martin:
On 22/08/2012 18:08, Michael Van Canneyt wrote:
Hi,
for those that do unit testing, I committed a small tool "pas2ut" which
analyses a unit, and creates a unit with a number of (empty) test
cases. Obviously, the unit should be compileable (well, at least it
On 22/08/2012 18:08, Michael Van Canneyt wrote:
Hi,
for those that do unit testing, I committed a small tool "pas2ut" which
analyses a unit, and creates a unit with a number of (empty) test
cases. Obviously, the unit should be compileable (well, at least it
must be
parseable).
I just updat
On 22 August 2012 18:47, Daniel Gaspary wrote:
> The obvious example: insert calls to logging procedures at the enter
> and exit of each method, procedure or function of a unit.
This is already possible for some time. Take a look at the
'fpprofiler' project. I have a version of it that I worked
On Wed, Aug 22, 2012 at 2:08 PM, Michael Van Canneyt
> I would appreaciate feedback and
suggestions.
I believe could be interesting to have a similar tool to generate
"annotations" to a unit(or set of units).
The obvious example: insert calls to logging procedures at the enter
and exit of each m