Lines Matching refs:it
12 it('should find class interface', () => {
42 it('should find class category', () => {
68 it('should find class implementation', () => {
104 it('should returns null if not found', () => {
110 it('should find function selector without arguments', () => {
130 it('should find function selector with one argument', () => {
150 it('should find function selector with two arguments', () => {
170 it('should return null if selector function not found', () => {
184 it('should support prepend code to the head', () => {
210 it('should support append code to the tail', () => {
236 it('should support append code to the tail but before the last return', () => {
266 it('should support append new function into class implementation', () => {
317 it('should find function with match selector', () => {
342 it('should support adding new property inside class code block', () => {
370 it('should support prepend code to the head', () => {
394 it('should support append code to the tail', () => {
418 it('should support append code to the tail but before the last return', () => {