Lines Matching full:should
33 it('should return false if classNode is an empty object', () => {
38 it('should return false if heritageClauses is undefined', () => {
43 it('should return false if classNode is undefined', () => {
47 it('should return false if heritageClause.types is undefined', () => {
53 it('should return false if classNode.heritageClause.types.member is undefined', () => {
59 it('should return true if classNode is set', () => {
71 it('should not add items to propertySet if type is undefined', () => {
79 it('should add to propertySet if member.name is set', () => {
100 it('should not add items to propertySet if elementAccessExpression is undefined', () => {
106 …it('should add to propertySet if elementAccessExpressionNode.argumentExpression is set string valu…
115 …it('should not add items to propertySet if elementAccessExpressionNode.argumentExpression is set i…
126 it('should not add items to propertySet if interfaceNode is undefined', () => {
132 it('should add to propertySet if member.name is set string value', () => {
146 it('should not add items to propertySet if classNode is undefined', () => {
152 it('should add to propertySet if classNode is StructDeclaration', () => {
204 it('should not add items to propertySet if enumNode is undefined', () => {
210 it('should add to propertySet if member.name is set', () => {
223 it('should not add items to propertySet if objNode is undefined', () => {
229 it('should add to propertySet if property.name is set', () => {