vote up 1 vote down star

I've recently stumbled upon t#. It seems a nice concept but I'm wondering if it's worth switching from nunit to this? I love the pros but hate the cons so I'm still undecided

Pros:

  • specialized language for unit testing (keywords)
  • relative assertions
  • compile time warnings)
  • focus on test intentions

Cons:

  • lack of (integrated) tool support
  • it's still beta?
  • not used by many

(Don't forget to update the list)

flag
I wonder why did they not try make it even more concise in terms of syntax seeing they are using the DSL route already. – leppie Oct 16 at 8:38

1 Answer

vote up 0 vote down

I know that this might not be a strong argument, but looking at some of that example code, it just gave me the shivers. Looks like they're mainly introducing new keywords as syntactic sugar to replace common syntax like Assert(x, y) or even whole methods. I don't know. It just looks... wrong.

link|flag
I on the other hand like that as it makes test clearer. It might be troublesome as future versions of C# might introduce some keyword conflicts. Perhaps this should move into undecided column. – Goran Oct 16 at 8:45
yes, I figured while typing that there will definately be people out there who do like it. Alas, it is really a personal preference I guess, that's why I stated that it is not a strong argument. But I really felt inclined to say it anyway :-) – Razzie Oct 16 at 9:02

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.