Hey,

How unit indicates which tables (part of schema) should be created for
> particular test?
>

They don't - all tables are made available to the tests.

Also, I guess that for many tests empty schema is not
> enough, one probably should provide some pre-defined values for table
> row fields. @group Database is not enough for that.
>

This is possible, in which case your particular test first needs to
populate the db. Be sure to use the proper abstraction layers for this  -
I've seen people write tests that break encapsulation badly and then break
as soon as you change a bit around somewhere.

Cheers

--
Jeroen De Dauw
http://www.bn2vs.com
Don't panic. Don't be evil.
--
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel

Reply via email to