Rank: Member
Groups: Registered
Joined: 5/17/2011(UTC) Posts: 19 Location: Hamburg
Thanks: 1 times
|
Hi, NCrunch is now working for me, but I'm using the (new) nested classes feature in MSpec. Code:
public class when_using_simple_class
{
It should_run_this = () => 1.ShouldEqual(1);
}
public class when_using_nested_classes
{
public class when_using_this_inner_class
{
It should_run_this = () => 1.ShouldEqual(1); // NCrunch doesn't run this
}
}
Cheers, Steffen
|
|
|
|
Rank: NCrunch Developer
Groups: Administrators
Joined: 4/16/2011(UTC) Posts: 7,161
Thanks: 964 times Was thanked: 1296 time(s) in 1202 post(s)
|
Thanks! I can see why this would be the case. I'll see what I can do in a future build :)
|
|
|
|
Rank: NCrunch Developer
Groups: Administrators
Joined: 4/16/2011(UTC) Posts: 7,161
Thanks: 964 times Was thanked: 1296 time(s) in 1202 post(s)
|
For anyone interested, this issue should be fixed in the recently released 1.33b.
|
|
|
|
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.NETThis page was generated in 0.024 seconds.