Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Same class names in different modules #1

Open
andre2007 opened this issue Jul 9, 2012 · 1 comment
Open

Same class names in different modules #1

andre2007 opened this issue Jul 9, 2012 · 1 comment

Comments

@andre2007
Copy link

In two different modules I have a test class und used for both classes the same name.
While executing the tests, the test class One is called twice and the second test class not at all:
Could you have a look?

Could also include the test method assertIsNull & assertIsNotNull?
Thanks a lot!

@linkrope
Copy link

linkrope commented Aug 8, 2012

workaround:
replace
string className = typeof(this).stringof;
with something like
string className = this.classinfo.name;
so that the fully qualified name is used instead of just the class name

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants