vote up 0 vote down star
1

What is the equivalent of nUnits [SetUp] attribute for qUnit?

flag

76% accept rate

1 Answer

vote up 1 vote down check

QUnit.testStart(name) is called whenever a new test batch of assertions starts running. name is the string name of the test batch.

See the documentation for more info.

link|flag
Yes, I saw this but it isn't obvious as to how it should be used or what it should be used for. Now I know, thanks! – tpower Nov 5 at 21:04

Your Answer

Get an OpenID
or

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