The current test case classes has no namespace.
I think it is better they have also namespaces. It avoids class name collisions.
And in my opinion, it is the best that a test case class has the same namespace as the class under test.
In that case, we can write class names in test code with the same style as the class under test.
What do you think?