Sha256: 7825a6e0b66b95ceb24314042bd4c1faf50c899a12adbc6f5eed2181bac748c5

Contents?: true

Size: 586 Bytes

Versions: 11

Compression:

Stored size: 586 Bytes

Contents

// ==========================================================================
// Project:   SproutCore Unit Testing Library
// Copyright: ©2006-2010 Sprout Systems, Inc. and contributors.
//            Portions ©2008-2010 Apple Inc. All rights reserved.
// License:   Licensed under MIT license (see license.js)
// ==========================================================================

/*global Q$ synchronize */
// additional methods for use with qunit

/**
  Call this method instead of test() to temporarily disable a test. 
*/
function notest(name, callback, nowait) {
  
}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
sproutcore-1.4.4-java lib/frameworks/sproutcore/frameworks/testing/extras.js
sproutcore-1.4.4 lib/frameworks/sproutcore/frameworks/testing/extras.js
sproutcore-1.4.3.1 lib/frameworks/sproutcore/frameworks/testing/extras.js
sproutcore-1.4.3-java lib/frameworks/sproutcore/frameworks/testing/extras.js
sproutcore-1.4.3 lib/frameworks/sproutcore/frameworks/testing/extras.js
sproutcore-1.4.2-java lib/frameworks/sproutcore/frameworks/testing/extras.js
sproutcore-1.4.2 lib/frameworks/sproutcore/frameworks/testing/extras.js
sproutcore-1.4.1-java lib/frameworks/sproutcore/frameworks/testing/extras.js
sproutcore-1.4.1 lib/frameworks/sproutcore/frameworks/testing/extras.js
sproutcore-1.4.0-java lib/frameworks/sproutcore/frameworks/testing/extras.js
sproutcore-1.4.0 lib/frameworks/sproutcore/frameworks/testing/extras.js