Lee Byrd & Christian Williams
|
2939aff80c
|
deprecating wasCalled, wasCalledWith, wasNotCalled, wasNotCalledWith and adding toHaveBeenCalled, and toHaveBeenCalledWith
|
2010-06-24 10:34:03 -07:00 |
Lee Byrd & Christian Williams
|
8f5f6a6d27
|
The single-file lib/jasmine.js no longer has a version number in the filename. We'll make it available for download with the version number seperately.
Add lint check for 'window'.
Remove last 'window' reference.
|
2010-06-23 11:31:38 -07:00 |
Lee Byrd & Christian Williams
|
ed47ececa9
|
The single-file lib/jasmine.js no longer has a version number in the filename. We'll make it available for download with the version number seperately.
|
2010-06-23 11:26:01 -07:00 |
ragaskar
|
3993969c41
|
Add versioning to jasmine
|
2009-08-20 22:16:14 -07:00 |
ragaskar
|
bc790d6b87
|
Rebuild jasmine.js
|
2009-08-19 08:50:56 -07:00 |
ragaskar
|
0a3358f249
|
Merge in new HTML runner. Tests green, regression on focused running.
|
2009-08-19 07:42:47 -07:00 |
xian
|
ab65914233
|
Merge branch 'master' of git@github.com:emi/jasmine into htmlreporter
Conflicts:
lib/TrivialReporter.js
spec/bootstrap.js
spec/runner.html
|
2009-08-14 18:03:47 -07:00 |
Aaron Peckham & Christian Williams
|
027b28ecb0
|
Fix formatting.
|
2009-08-14 15:44:45 -07:00 |
Aaron Peckham & Christian Williams
|
ca077342f3
|
Added toBeLessThan and toBeGreaterThan matchers.
|
2009-08-14 15:39:28 -07:00 |
ragaskar
|
7b63960db0
|
Refactor Runner to use Queue; remove ActionCollection
|
2009-08-12 22:12:28 -07:00 |
Aaron Peckham & Christian Williams
|
4b244612c1
|
Visually group specs by suite.
|
2009-08-10 17:50:03 -07:00 |
ragaskar
|
0061054aaa
|
minor runner test cleanup
|
2009-08-08 09:31:19 -07:00 |
ragaskar
|
56c26c5b55
|
Allow waits/runs in spec.after. spec.after runs in between spec end and afterEach.
|
2009-08-08 09:31:19 -07:00 |
ragaskar
|
8b998749f3
|
afterEach now allows for waits, runs blocks
|
2009-08-08 09:31:12 -07:00 |
ragaskar
|
b55399bd4b
|
beforeEach now supports waits and Runs blocks
|
2009-08-08 09:31:07 -07:00 |
ragaskar
|
9475de28b3
|
Queue/Spec refactor
|
2009-08-08 09:30:59 -07:00 |
ragaskar
|
f73fd8ae95
|
Refactor Spec block execution into Queue
|
2009-08-01 14:56:29 -07:00 |
ragaskar
|
d5489a3e0d
|
Start of before/after refactor. Yank defineGetter on nestedResults. rake build task now sorts sources to minimize jasmine.js changes post-build
|
2009-08-01 10:43:03 -07:00 |
ragaskar
|
f84c67b98a
|
Merge in Pivotal changes
|
2009-07-29 22:41:38 -07:00 |
ragaskar
|
a1a278ee69
|
Major refactoring of Spec. Moved QueuedFunction to Block, WaitsBlock and WaitsForBlock. Waits and WaitsFor blocks now sequentially stackable
|
2009-07-29 22:27:11 -07:00 |
pivotal
|
19241ed03d
|
carl/bosh - killed bootstrap dead; refactored to have emitString for use by subclasses.
|
2009-07-29 11:33:23 -07:00 |
pivotal
|
4cfb7ddd42
|
carl/bosh - merge pockets pudge changes in and update bootstrap to include some missing src files
|
2009-07-28 17:27:52 -07:00 |
Christian Williams & Aaron Peckham
|
5b695d3deb
|
Report spec results properly.
|
2009-07-10 14:35:24 -07:00 |
Davis W. Frank
|
708d148d31
|
dwf: merging in Xian's multi-reporter updates
|
2009-07-09 21:53:28 -07:00 |
Christian Williams
|
f451e633cb
|
Add reportRunnerStarting callback to reporters.
|
2009-07-08 18:33:15 -07:00 |
Christian Williams
|
e1408a9f58
|
Add jasmine.Reporter no-op base class for reporters.
|
2009-07-08 18:18:17 -07:00 |
Christian Williams
|
0c24c2df2e
|
jasmine.Env should always have a reporter now, no need to check.
|
2009-07-08 18:01:05 -07:00 |
Christian Williams
|
a6aa9c652b
|
Allow for registration of multiple Reporter with Jasmine.
|
2009-07-08 17:55:25 -07:00 |
Christian Williams
|
6b32586e1f
|
Remove unused parameter.
|
2009-07-07 23:59:38 -07:00 |
Christian Williams
|
ed00c13b15
|
Provide a way to add more matchers in a spec or suite without affecting later specs or suites.
|
2009-07-07 23:57:03 -07:00 |
Christian Williams
|
378d6bb4ff
|
jasmine.Spec.prototype.(expect|waits|waitFor) shouldn't be deprecated.
|
2009-07-07 23:06:41 -07:00 |
Davis W. Frank
|
19b73469dd
|
dwf: more doc commits
|
2009-06-28 13:36:51 -07:00 |
pivotal
|
280c7bcf27
|
jb/dwf - updated Jasmine to move mock-timeout into the src dir & build; rake build simplified
|
2009-06-19 11:47:33 -07:00 |
ragaskar
|
853f47e4aa
|
Added rake :build task to concat files together. Removed jsUnitMockTimeout.js
|
2009-06-16 07:13:45 -07:00 |
Davis W. Frank
|
e48c22ffbd
|
dwf: removing a bunch of duplciated files
|
2009-06-14 23:15:09 -07:00 |
ragaskar
|
dd8f248f7b
|
Major jasmine updates
|
2009-03-01 05:34:00 -08:00 |
pivotal
|
145a2253e8
|
dwf/rva: exception handling should now work in most cases.
|
2009-01-15 14:27:39 -08:00 |
pivotal
|
c94496c9fe
|
dwf/rva: added better exception handling for Webkit
|
2009-01-15 12:40:00 -08:00 |
pivotal
|
183b06bb9d
|
dwf/rva - moved should_be_defined() into Jasmine from Tweed
|
2009-01-07 17:12:17 -08:00 |
pivotal
|
d9345b3874
|
rva - Added a 'should_match' regex matcher
|
2008-12-19 18:13:48 -08:00 |
pivotal
|
259390868e
|
dwf/rva: rolled back blank expectations for now; Now catching exceptions & reporting them in results.
|
2008-12-10 11:20:33 -08:00 |
pivotal
|
72ba4ea90a
|
dwf/rva: better aliasing for getting to results at each level
|
2008-12-10 10:30:01 -08:00 |
pivotal
|
821fb54934
|
dwf: made Jasmine & Jasmine.Reporters namespaces; the instance of Jasmine is now just jasmine.
|
2008-12-08 13:01:06 -08:00 |
pivotal
|
b8a8dc4562
|
dwf: refactoring how reporters work to add callbacks at all levels, separating how/when DOM writing works;
|
2008-12-08 11:35:10 -08:00 |
pivotal
|
1450eb5b65
|
dwf/rva: refactor reporter abstract and jasmine into three distinct report functions for specs, suites, and runners.
|
2008-12-05 17:33:35 -08:00 |
pivotal
|
665c3e9f33
|
dwf/rva: moved JasmineReporter 'base class' to jasmine.js
|
2008-12-05 10:22:03 -08:00 |
pivotal
|
80e1d6b6e8
|
dwf/rva: Added Incremental Reporter, refactored abstract reporter class, added tests! 78!!!
|
2008-12-04 12:54:54 -08:00 |
pivotal
|
cc164257a7
|
dwf/rva: added JSONReporter
|
2008-12-04 10:56:58 -08:00 |
pivotal
|
735ebd6c66
|
dwf/rva: actionColllection now has an optional finishCallback
|
2008-12-04 09:37:36 -08:00 |
pivotal
|
00f5f1722c
|
dwf/rva: Added examples, fixed bug with initializing currentSuite with a mock.
|
2008-12-03 17:11:05 -08:00 |