THUKEG / saedb

the SAE platform
http://thukeg.github.com/saedb/
11 stars 19 forks source link

Add test framework #58

Closed thinxer closed 11 years ago

thinxer commented 11 years ago

A modified test framework modified from leveldb's. Tested under Linux and Windows.

thinxer commented 11 years ago

@neozhangthe1 Maybe you can try to write tests for some basic apps.

neozhangthe1 commented 11 years ago

sure

On Sun, Apr 21, 2013 at 3:50 PM, Jianfei Wang notifications@github.comwrote:

@neozhangthe1 https://github.com/neozhangthe1 Maybe you can try to write tests for some basic apps.

— Reply to this email directly or view it on GitHubhttps://github.com/THUKEG/saedb/pull/58#issuecomment-16717415 .

best, yutao

thinxer commented 11 years ago

@pondering Have you tried out this test framework? What do you think about it?

wweic commented 11 years ago

I will try merge this today.

Wei Chen ipondering.me

On 2013年4月25日Thursday at 上午10:04, Jianfei Wang wrote:

@pondering (https://github.com/pondering) Have you tried out this test framework? What do you think about it?

— Reply to this email directly or view it on GitHub (https://github.com/THUKEG/saedb/pull/58#issuecomment-16984949).

wweic commented 11 years ago

The usage is OK. It's enough for Unit Test. We can enhance this during our development.

wweic commented 11 years ago

Off topic: I have to say Macro in C++ is just so low level, the user of TEST must be protected from the implementation code........