Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Tests are not recognized
peitor
#1 Posted : Tuesday, May 17, 2011 12:21:12 PM(UTC)
Rank: Newbie

Groups: Registered
Joined: 5/17/2011(UTC)
Posts: 4
Location: sydney

Thanks: 1 times
It seems like that nCrunch is not recognizing my tests...
I see only black dots next to the source code and the tests are passing *weird*

See screenshot here
http://uploadpic.org/v.php?img=TQOpCem3V9

[1] Test mit Assert.Fail
[2] Resynchronize doesn't help...
[3] Testdriven.NET works as expected --> Test fails


Remco
#2 Posted : Tuesday, May 17, 2011 12:29:30 PM(UTC)
Rank: NCrunch Developer

Groups: Administrators
Joined: 4/16/2011(UTC)
Posts: 6,970

Thanks: 929 times
Was thanked: 1256 time(s) in 1169 post(s)
Hi Peitor -

Thanks for posting this one! NUnit TestCase attributes aren't yet implemented in the current build of NCrunch, though there have been a few people asking after this, so it won't be far away :)


Cheers,

Remco
1 user thanked Remco for this useful post.
peitor on 5/17/2011(UTC)
peitor
#3 Posted : Tuesday, May 17, 2011 11:01:48 PM(UTC)
Rank: Newbie

Groups: Registered
Joined: 5/17/2011(UTC)
Posts: 4
Location: sydney

Thanks: 1 times
Alright...

#1 Is there a way I can see a roadmap on planned features?
#2 Is there an email list or feed where I get a ping once a new build gets published?

Great tool!!! BTW
Remco
#4 Posted : Wednesday, May 18, 2011 6:19:21 AM(UTC)
Rank: NCrunch Developer

Groups: Administrators
Joined: 4/16/2011(UTC)
Posts: 6,970

Thanks: 929 times
Was thanked: 1256 time(s) in 1169 post(s)
The best choice would be to follow me on twitter - I make NCrunch announcements from there :)

The product roadmap itself is quite variable and it depends on the experiences people have with the tool. The first priority at the moment is to ensure the tool will work across all environments.
Remco
#5 Posted : Monday, September 5, 2011 7:51:02 PM(UTC)
Rank: NCrunch Developer

Groups: Administrators
Joined: 4/16/2011(UTC)
Posts: 6,970

Thanks: 929 times
Was thanked: 1256 time(s) in 1169 post(s)
As a follow-up for anyone interested, support for TestCase was released in 1.32b of NCrunch and should now be working properly.
jeremygray
#6 Posted : Tuesday, September 6, 2011 3:27:28 PM(UTC)
Rank: Advanced Member

Groups: Registered
Joined: 6/20/2011(UTC)
Posts: 32
Location: Vancouver, BC, Canada

Thanks: 1 times
Was thanked: 3 time(s) in 3 post(s)
TestCase works nicely in 1.32b and 1.33b. However, when I tried using combinatorial tests and parameterized test fixtures in 1.32b NCrunch would not execute the tests. Has 1.33b changed in this area?
Remco
#7 Posted : Tuesday, September 6, 2011 7:01:24 PM(UTC)
Rank: NCrunch Developer

Groups: Administrators
Joined: 4/16/2011(UTC)
Posts: 6,970

Thanks: 929 times
Was thanked: 1256 time(s) in 1169 post(s)
The major focus of 1.33b was on support for new test frameworks, so NUnit didn't get as much love this round. I have both the parameterized tests and combinatorial tests on the list for future work in this area, alongside NUnit theories :)
jeremygray
#9 Posted : Tuesday, September 6, 2011 7:16:12 PM(UTC)
Rank: Advanced Member

Groups: Registered
Joined: 6/20/2011(UTC)
Posts: 32
Location: Vancouver, BC, Canada

Thanks: 1 times
Was thanked: 3 time(s) in 3 post(s)
Nice!
blaz
#10 Posted : Tuesday, September 13, 2011 11:34:02 AM(UTC)
Rank: Newbie

Groups: Registered
Joined: 9/13/2011(UTC)
Posts: 3

While on the topic of recognizing NUnit tests ...
I'm using version 1.33.0.0b. NCrunch does not find tests on static classes. Static test methods on non static classes are identified successfully.
Remco
#11 Posted : Tuesday, September 13, 2011 7:33:52 PM(UTC)
Rank: NCrunch Developer

Groups: Administrators
Joined: 4/16/2011(UTC)
Posts: 6,970

Thanks: 929 times
Was thanked: 1256 time(s) in 1169 post(s)
Hi Blaz,

Thanks for reporting this. Right now NCrunch has only limited support for many of NUnit 2.5's features. I'll put it on the list of things to address.


Cheers,

Remco
Remco
#12 Posted : Saturday, September 24, 2011 7:53:05 PM(UTC)
Rank: NCrunch Developer

Groups: Administrators
Joined: 4/16/2011(UTC)
Posts: 6,970

Thanks: 929 times
Was thanked: 1256 time(s) in 1169 post(s)
For anyone interested, the issue with static tests has been fixed in 1.34b (released today).
bdukes
#8 Posted : Thursday, September 29, 2011 2:20:04 PM(UTC)
Rank: Member

Groups: Registered
Joined: 6/15/2011(UTC)
Posts: 10
Location: St. Louis

Was thanked: 2 time(s) in 2 post(s)
Remco;330 wrote:
The major focus of 1.33b was on support for new test frameworks, so NUnit didn't get as much love this round. I have both the parameterized tests and combinatorial tests on the list for future work in this area, alongside NUnit theories :)


I'll throw my vote in for parameterized/combinatorial tests as well :-)

I'm using the ValueSource attribute and the Sequential attribute in addition to Combinatorial and Values.

Thanks!
1 user thanked bdukes for this useful post.
Remco on 9/29/2011(UTC)
Remco
#13 Posted : Tuesday, October 18, 2011 6:30:45 PM(UTC)
Rank: NCrunch Developer

Groups: Administrators
Joined: 4/16/2011(UTC)
Posts: 6,970

Thanks: 929 times
Was thanked: 1256 time(s) in 1169 post(s)
The 1.35b release that went out this morning should introduce support for the above NUnit features. Please let me know how it goes :)
bdukes
#14 Posted : Monday, October 24, 2011 4:50:10 PM(UTC)
Rank: Member

Groups: Registered
Joined: 6/15/2011(UTC)
Posts: 10
Location: St. Louis

Was thanked: 2 time(s) in 2 post(s)
Remco;525 wrote:
The 1.35b release that went out this morning should introduce support for the above NUnit features. Please let me know how it goes :)

Looks like it's working now for me, thanks!
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

YAF | YAF © 2003-2011, Yet Another Forum.NET
This page was generated in 0.094 seconds.
Trial NCrunch
Take NCrunch for a spin
Do your fingers a favour and supercharge your testing workflow
Free Download