26 Commits
Author SHA1 Message Date
vvakame 56295f5058 replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-17 00:55:26 +09:00
gandjustas 409b1c7961 Merged with master 2015-07-20 19:45:21 +03:00
gandjustas 3cc4192c1a Fixed tests for microsoft-ajax.d.ts 2015-07-20 01:36:19 +03:00
vvakame 8d7f10e030 fix microsoft-ajax/microsoft.ajax-tests.ts compile error 2015-04-15 23:32:15 +09:00
Stuart Moore 51dd52165b Corrected the microsoft-ajax PageLoadingEventArgs class.
Note that although the documentation sometimes incorrectly refers to get_panelsDeleted()  - e.g. on http://msdn.microsoft.com/en-us/library/bb397684%28v=vs.100%29.aspx - the actual function is get_panelsDeleting() - see http://msdn.microsoft.com/en-us/library/bb310960%28v=vs.100%29.aspx
2014-07-01 17:31:44 +01:00
Patrick Magee ed742eda2f Added Sys.UI.DomEvent definitions and tests.
Made some tests have Explicitly typed variables to see immediately the returning type.
2014-05-31 22:26:20 +01:00
Patrick Magee 865f1e6970 Added arg definition methods to the event handlers in the Tests for PageRequestManager. 2014-05-31 20:18:52 +01:00
Patrick Magee 8c715e9f85 Fixed PageRequestManager event handlers and definitions to take in the correct EventArgs type.
Corrected tests to reflect the definitions.
2014-05-31 20:12:49 +01:00
Patrick Magee 27bbb4195c Added Sys.UI.DomElement definitions and tests.
Added Sys.UI.Point definitions and tests.

Fixed minor definitions with some overrides.
2014-05-31 19:52:15 +01:00
Patrick Magee bb07dae8ab Added error fields to test. 2014-05-28 14:30:50 +01:00
Patrick Magee c92d26b615 Added PageRequestManager Tests and EndRequestEventArgs Tests
Minor changes to PageRequestManager definitions and Browser
2014-05-28 14:17:51 +01:00
Patrick Magee 38e236edbe Added NetworkRequestEventArgs and WebRequestManager definitions and tests. 2014-05-26 22:43:39 +01:00
Patrick Magee 61175f7598 Sys.EventArgs definitions and tests 2014-05-26 21:47:23 +01:00
Patrick Magee b77e343551 Added Sys.StringBuilder tests 2014-05-26 21:37:04 +01:00
Patrick Magee dee274ce0b Added missing definitions, Sys.Debug tests
Added missing properties to Component definitions.
Added debug tests.
Fixed invalid definitions for Debug class, documentation doesn't state
that these methods are static, but the examples appear that Debug is
singleton and methods are static.

Cleaned up Observer definition methods / properties.

Sys.Res Tests have been added and definitions added missing static.
2014-05-26 21:20:14 +01:00
Patrick Magee 63f3460679 Added missing browser properties to test. 2014-05-26 01:00:50 +01:00
Patrick Magee 1fb2e3990c Further profile service definitions and tests 2014-05-25 22:42:41 +01:00
Patrick Magee 6be4ce0be0 Added Profile Service definitions
Removed spaces and added profile service tests.
2014-05-25 22:17:55 +01:00
Patrick Magee a73f6c8b11 Fixed issues with running npm test
Identified several issues in many places both in tests and definitions.
Fixed.
2014-05-25 19:56:10 +01:00
Patrick Magee 4eb8d6a164 Spacing and formatting. 2014-05-25 18:50:25 +01:00
Patrick Magee 3e1b41f4c3 Further Base Type Extension tests
Realised i put all the base extensions into the declared module of
BaseClassExtensions but shouldn't have.

Added boolean to BaseClassExtensions to test Parse method.
2014-05-25 18:49:26 +01:00
Patrick Magee f1dabc3be2 Added further tests and cleaned up tests. 2014-05-25 18:11:29 +01:00
Patrick Magee f715b48036 Further definitions have been added
Removed some whitespaces added code formatting.
Adding definitions to Sys.UI namespace.
Added Sys.UI.Key test.
2014-05-25 17:13:34 +01:00
Steve Ognibene d87ed0be2e Refactoring to ensure each set of tests is in its own function
removed //#region declarations as the functions provide the same
functionality (for compilation testing purposes anyway) plus eliminate
scope conflicts.
2014-05-17 11:47:40 -04:00
Patrick Magee 07ace1a8e9 Added more tests
Global shortcut method tests
Application load event tests
collection change tests
command event arg tests
Component tests
Culture info tests
2014-04-10 08:16:31 +01:00
Patrick Magee 13800d9fb0 Added missing global functions
Beginning of some typescript tests to check typing are working.

Need to resolve issue with extensions of built in types from lib.d.ts
Array, Boolean, Number etc.
2014-04-07 09:20:29 +01:00