jamesonjavascript.wordpress.com
State of the Art? | James on JavaScript
https://jamesonjavascript.wordpress.com/2012/04/10/state-of-the-art
Just TreeWalkin', yo…. What the hell, IE…. The Node.js Revolution, or: How I Learned to Stop Worrying and Love the Node →. State of the Art? As you can see, it’s been a while since I’ve posted anything about JavaScript but my world has changed dramatically in that period that I’ve been away. For a quick glimpse of what I’m working on and what’s to come, here are the technologies and libraries that I’ve been working with more recently. JavaScript in general (duh). For Asynchronous Module Definition. For &...
adequatelygood.com
Spying Constructors in JavaScript
http://www.adequatelygood.com/Spying-Constructors-in-JavaScript.html
Written by ben cherry. Spying Constructors in JavaScript. When writing unit-tests for code, a common technique is spying. Where you set expectations on a method’s invocation, run some code, and verify that the method was invoked as expected. This is pretty straightforward. Here’s a simple example using JsMockito. Function foo(a) { return a; } foo = spy(foo); foo(1); verify(foo)(1); / verified! Verify(foo)(2); / never run. Here, we’re spying on the. And once with the parameter. As it turns out, this.
blog.pragmaticengineer.com
Swift: The Only Modern Language without Mocking Frameworks
http://blog.pragmaticengineer.com/swift-the-only-modern-language-with-no-mocking-framework
Swift: The Only Modern Language without Mocking Frameworks. Swift was designed to be a safe language and is has not fallen short of that promise. Here is how Apple describes. Swift is a new programming language for iOS, OS X, watchOS, and tvOS apps that builds on the best of C and Objective-C, without the constraints of C compatibility. Swift adopts safe programming patterns. Remember that reflection in Swift is currently read-only and there’s no way to modify your program at runtime. For the most part t...
sachin303.blogspot.com
Technical Blogging: September 2011
http://sachin303.blogspot.com/2011_09_01_archive.html
Software Development and Best Practices, My learning and experience. Wednesday, September 7, 2011. Tools for Professional Javascript Development. QUnit – http:/ docs.jquery.com/Qunit. JSUnit – http:/ www.jsunit.net/. JS Test Driver – http:/ code.google.com/p/js-test-driver/. FireUnit – http:/ fireunit.org/. JSunity -http:/ jsunity.com/. JasUnit – http:/ code.google.com/p/jasproject/wiki/JasUnit. Schutzpah – http:/ chutzpah.codeplex.com/. YUI Test – http:/ developer.yahoo.com/yui/yuitest/. Aptana – ...
sachin303.blogspot.com
Technical Blogging: Tools for Professional Javascript Development
http://sachin303.blogspot.com/2011/09/tools-for-professional-javascript.html
Software Development and Best Practices, My learning and experience. Wednesday, September 7, 2011. Tools for Professional Javascript Development. QUnit – http:/ docs.jquery.com/Qunit. JSUnit – http:/ www.jsunit.net/. JS Test Driver – http:/ code.google.com/p/js-test-driver/. FireUnit – http:/ fireunit.org/. JSunity -http:/ jsunity.com/. JasUnit – http:/ code.google.com/p/jasproject/wiki/JasUnit. Schutzpah – http:/ chutzpah.codeplex.com/. YUI Test – http:/ developer.yahoo.com/yui/yuitest/. Aptana – ...
jeremymajors.blogspot.com
Jeremy's Blog: March 2010
http://jeremymajors.blogspot.com/2010_03_01_archive.html
The purpose of my blog is to simply communicate what I have learned during my programming experiences within an enterprise environment and from when I code for fun at home. Currently I focus on J2EE, JBoss Hibernate, and ASP.NET. Wednesday, March 17, 2010. Forays into JavaScript development: Aptana - JavaScript plug-in for eclipse. Support for jQuery, Prototype, YUI, Dojo, etc. Example #1 that works. Var foo = {. Another way you can do it is to create a class such as:. Example #2 that works. So now that ...
jstest.codeplex.com
JSTest.NET - Browserless JavaScript Unit Test Runner - Documentation
http://jstest.codeplex.com/documentation
Project Hosting for Open Source Software. JSTest.NET - Browserless JavaScript Unit Test Runner. By clicking Delete, all history, comments and attachments for this page will be deleted and cannot be restored. Change History (all pages). JSTest has a small public API, so using JSTest is simple and straight forward. See below for. Moved to GitHub Wiki. Latest Documentation Available on https:/ github.com/cbaxter/JSTest.NET/wiki. MyGlobalFunction() { / Function Code. MyGlobalFunction() { / Function Code.