Lines Matching full:should
75 …expect(globalScope.getChildVariableScope().length, "should not have any children!").to.be.equal(0);
76 … expect(globalScope.getParentVariableScope(), "should not have any children!").to.be.equal(null);
77 …expect(globalScope.getBindingNode() == sourceFile, "functionblock.node should equal to sourceFile"…
105 expect(children.length, "should have 2 child!").to.be.equal(2);
106 expect(parent, "should not have any children!").to.be.equal(null);
107 … expect(bindingNode, "functionblock.root should equal to sourceFile").to.be.deep.equal(sourceFile);
113 expect(grandchildren0.length == 2, "son should have two children!").to.be.true;
114 expect(parentOfSon0, "son's parent should equal root!").deep.equal(globalScope);
115 …expect(bindingNodeOfSon0.kind, "son's parent should equal root!").deep.equal(ts.SyntaxKind.Functio…
123 …expect(bindingNodeOfGrandson0.kind, "grandson0's parent should equal son0!").deep.equal(ts.SyntaxK…
128 …expect((<ts.Node>grandson1.getBindingNode()).kind, "grandson1's parent should equal son0!").deep.e…
134 expect(grandchildren1.length == 0, "son1 should have two children!").to.be.true;
135 expect(parentOfSon1, "son1's parent should equal root!").deep.equal(globalScope);
136 …expect(bindingNodeOfSon1.kind, "son1's parent should equal root!").deep.equal(ts.SyntaxKind.Functi…