hoaproject / Test

The Hoa\Test library.
https://hoa-project.net/
11 stars 10 forks source link

Interface to link test suite to SUT #5

Closed Hywan closed 9 years ago

Hywan commented 10 years ago

A way to re-implement https://github.com/hoaproject/Test/pull/3 (inverse the default behavior of atoum so).

Hywan commented 10 years ago

I use:

use Hoa\Math as LUT;
use Hoa\Math\Sampler\Random as CUT;

for “Library Under Test” and “Class Under Test”. Is it enough or do we need an automatic aliasing?

/cc @osaris, @camael24, @jubianchi, @stephpy & co.

thehawk970 commented 9 years ago

I thinks its good , yes i know i answer very late :D

Hywan commented 9 years ago

Why?

Hywan commented 9 years ago

We didn't need it so far so I close this issue.