Hi all,
I'm new in TDD and Unit testing, I have a simple question.
We are developing huge application and now we are thinking about
automatic test of our code.
If we are start "Test first" development, how can I test all my code
if there are non public members of classes?
We do not want to release our application with test inside our
assemblies, so I think that we must have Test assemblies in which we
will have Test.
In release build of our application we do not ship Test assemblies.
But I cannot imagine how we can write our code with "Test First"
development, because all members of our classes are not public, so I
cannot test them all.
Can you point me to some materials where is how-to do that?
Or "Test First" development is only for public members of classes?
If I have to test only public classes, then most of tests will be
complicated and will not describe our code well.

May be that this question is stupid, but if someone can help me with
it, It will be geat.

Sorry for my poor english.

Ales


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MbUnit.User" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/MbUnitUser?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to