Quajak
|
e62eae1414
|
Added plugs for Convert.ToString
Fixed int.ToString("x")
|
2020-09-07 00:28:55 +02:00 |
|
Charles Betros
|
04ae81d1d4
|
Merge branch 'master' into bug/random
|
2020-08-23 20:58:08 -05:00 |
|
Quajak
|
6fa701f945
|
Made Random return different values when called multiple times in the same second
Added tests to confirm this behaviour
|
2020-08-22 22:21:05 +02:00 |
|
Charles Betros
|
434d3a6171
|
Add test for eventhandler
|
2020-08-21 13:55:54 -05:00 |
|
Arawn Davies
|
4d9ea43d0f
|
Merge branch 'master' into listEnumTest
|
2020-07-10 16:26:40 +01:00 |
|
Quajak
|
f8e3179ce0
|
Added tests for list with enums of underlying long type
|
2020-05-08 13:52:20 +02:00 |
|
Quajak
|
5b0ddbed8f
|
Merge remote-tracking branch 'upstream/master' into bug/ArrayMethods
|
2020-05-07 23:43:34 +02:00 |
|
Quajak
|
a3dedd4fe7
|
Add tests to check that enums work with lists
|
2019-12-29 06:25:21 -05:00 |
|
Quajak
|
6153d281ce
|
Fixed Array.Clear and Array.GetValue
|
2019-12-23 07:27:44 -05:00 |
|
Quajak
|
d09b664fd7
|
Split Bcl tests into two so that the kernel is not too large
|
2019-10-27 22:06:40 -04:00 |
|
Quajak
|
ecfb7fed26
|
Add indexof and similar tests
Added/Fixed implementation for indexof and lastindexof
|
2019-10-26 12:19:27 -04:00 |
|
Quajak
|
7e38f0ab5f
|
Merge pull request #1166 from quajak/convtests
Added tests for checked conversions
|
2019-10-20 11:39:15 -04:00 |
|
Charles Betros
|
5b671b979a
|
Merge pull request #1165 from quajak/indextests
Add tests for IndexOutOfRange exceptions
|
2019-06-30 10:26:30 -05:00 |
|
Christopher Joseph Dean Schaefer
|
650d4e46c2
|
Commented out dictionary<char,char> test.
|
2019-06-23 18:57:14 -04:00 |
|
Christopher Joseph Dean Schaefer
|
1dd7123cce
|
Added tests for comparers.
|
2019-06-01 17:30:15 -04:00 |
|
Quajak
|
19f37f837f
|
Added tests for checked conversions
|
2019-05-11 08:58:47 +02:00 |
|
Quajak
|
42aacadd00
|
Slight cleanup
|
2019-02-01 18:45:59 +01:00 |
|
Quajak
|
0dbfd6693c
|
Added tests for input out of range checks for arrays
|
2019-02-01 18:41:38 +01:00 |
|
fanoI
|
eaec73f960
|
Plugged more methods of DateTime.
|
2019-01-27 16:36:52 +01:00 |
|
José Pedro
|
3d3f032d79
|
Added tests for Array.Empty<T>().
|
2018-12-03 17:25:03 +00:00 |
|
Matthijs ter Woord
|
7407e4a878
|
Merge pull request #1013 from Geramy/Int16_Int32_StackOverflow_Test
Added Int16 and Int32 StackOverflow test
|
2018-11-28 12:10:13 +01:00 |
|
fanoI
|
4e7e5b5ff8
|
Added tests for StringBuilder, StringReader and StringWriter (for https://github.com/CosmosOS/Cosmos/issues/1027).
- FAT1 and FAT2 tests are joined in an unique FAT test
- IOTest refactored similarly as BCLTest
|
2018-11-04 14:51:02 +01:00 |
|
Quajak
|
180d7a8e8d
|
Merge branch 'master' into pr/1013
|
2018-10-10 10:11:36 +02:00 |
|
José Pedro
|
301c01c20c
|
Added tests for 64-bit division.
|
2018-09-23 22:35:17 +01:00 |
|
fanoI
|
c0ce82a9fd
|
Merge pull request #908 from fanoI/hashtable-work
[WIP] Created plugs to make Hashtable work (at least when an object is key).
|
2018-09-23 18:11:16 +02:00 |
|
fanoI
|
db730bda35
|
Merge pull request #951 from CosmosOS/timespan-datetime
Fixed TimeSpan and DateTime
|
2018-09-23 18:07:28 +02:00 |
|
José Pedro
|
43b7614e83
|
Merge latest from master.
|
2018-08-27 22:57:51 +01:00 |
|
fanoI
|
abd73fd75e
|
Finally HashTable works with ValueTypes!
|
2018-08-27 12:52:25 +02:00 |
|
fanoI
|
e941c8561c
|
Merge branch 'master' of https://github.com/CosmosOS/Cosmos into hashtable-work
|
2018-08-22 17:50:46 +02:00 |
|
Quajak
|
c59bf1e4e3
|
Added tests for all BitConverter Methods
|
2018-08-08 09:04:22 +02:00 |
|
José Pedro
|
cf0bf7d313
|
Moved test kernels to new subfolder.
|
2018-08-04 18:13:23 +01:00 |
|