Lines Matching refs:equal
9 t.equal(typeof functionBind, 'function');
35 st.equal(context, getCurrentContext.call());
49 st.equal(context, getCurrentContext.call());
62 st.equal(context, getCurrentContext.call(), 'returned context is namespaced context');
76 st.equal(context, getCurrentContext.call(), 'returned context is namespaced context');
89 sst.equal(result, expectedReturnValue);
129 st.equal(context, boundContext, 'binds a context properly');
144 st.equal(context, boundContext, 'binds a context properly');
159 st.equal(context, boundContext, 'returned context is bound context');
175 st.equal(context, boundContext, 'returned context is bound context');
189 st.equal(returned, expected, 'returns the right arg when called as a constructor');
202 st.equal(result instanceof namespace.Func, true);
213 st.equal(subject.length, 3);
214 st.equal(subject(1, 2, 3), 6);
220 st.equal(subject.length, 3);
221 st.equal(subject(1, 2, 3), 6);
227 st.equal(subject.length, 2);
228 st.equal(subject(2, 3), 6);
234 st.equal(subject.length, 2);
235 st.equal(subject(2, 3), 6);
241 st.equal(subject.length, 0);
242 st.equal(subject(), 6);
248 st.equal(subject.length, 0);
249 st.equal(subject(), 6);