xUnit
component displayName="The name of my suite" asyncAll="boolean" labels="list" skip="boolean"{
}Bundle Annotations
Tests
// Via inline annotation
function shouldBeAwesome() test{}
/**
* Via comment annotation
* @test
*/
function shouldBeAwesome(){}
// via conventions
function testShouldDoThis(){}
function shouldDoThisTest(){}Last updated
Was this helpful?