107 references to TestRoundTripValue
Microsoft.CodeAnalysis.Workspaces.UnitTests (107)
ObjectSerializationTests.cs (107)
192
TestRoundTripValue
(123);
276
TestRoundTripValue
(true);
277
TestRoundTripValue
(false);
278
TestRoundTripValue
(Byte.MaxValue);
279
TestRoundTripValue
(SByte.MaxValue);
280
TestRoundTripValue
(Int16.MaxValue);
281
TestRoundTripValue
(Int32.MaxValue);
282
TestRoundTripValue
(Byte.MaxValue);
283
TestRoundTripValue
(Int16.MaxValue);
284
TestRoundTripValue
(Int64.MaxValue);
285
TestRoundTripValue
(UInt16.MaxValue);
286
TestRoundTripValue
(UInt32.MaxValue);
287
TestRoundTripValue
(UInt64.MaxValue);
288
TestRoundTripValue
(Decimal.MaxValue);
289
TestRoundTripValue
(Double.MaxValue);
290
TestRoundTripValue
(Single.MaxValue);
291
TestRoundTripValue
('X');
292
TestRoundTripValue
("YYY");
293
TestRoundTripValue
("\uD800\uDC00"); // valid surrogate pair
294
TestRoundTripValue
("\uDC00\uD800"); // invalid surrogate pair
295
TestRoundTripValue
("\uD800"); // incomplete surrogate pair
296
TestRoundTripValue
<object>(null);
297
TestRoundTripValue
(ConsoleColor.Cyan);
298
TestRoundTripValue
(EByte.Value);
299
TestRoundTripValue
(ESByte.Value);
300
TestRoundTripValue
(EShort.Value);
301
TestRoundTripValue
(EUShort.Value);
302
TestRoundTripValue
(EInt.Value);
303
TestRoundTripValue
(EUInt.Value);
304
TestRoundTripValue
(ELong.Value);
305
TestRoundTripValue
(EULong.Value);
306
TestRoundTripValue
(_testNow);
312
TestRoundTripValue
<Int32>(0);
313
TestRoundTripValue
<Int32>(1);
314
TestRoundTripValue
<Int32>(2);
315
TestRoundTripValue
<Int32>(3);
316
TestRoundTripValue
<Int32>(4);
317
TestRoundTripValue
<Int32>(5);
318
TestRoundTripValue
<Int32>(6);
319
TestRoundTripValue
<Int32>(7);
320
TestRoundTripValue
<Int32>(8);
321
TestRoundTripValue
<Int32>(9);
322
TestRoundTripValue
<Int32>(10);
323
TestRoundTripValue
<Int32>(-1);
324
TestRoundTripValue
<Int32>(Int32.MinValue);
325
TestRoundTripValue
<Int32>(Byte.MaxValue);
326
TestRoundTripValue
<Int32>(UInt16.MaxValue);
327
TestRoundTripValue
<Int32>(Int32.MaxValue);
333
TestRoundTripValue
<UInt32>(0);
334
TestRoundTripValue
<UInt32>(1);
335
TestRoundTripValue
<UInt32>(2);
336
TestRoundTripValue
<UInt32>(3);
337
TestRoundTripValue
<UInt32>(4);
338
TestRoundTripValue
<UInt32>(5);
339
TestRoundTripValue
<UInt32>(6);
340
TestRoundTripValue
<UInt32>(7);
341
TestRoundTripValue
<UInt32>(8);
342
TestRoundTripValue
<UInt32>(9);
343
TestRoundTripValue
<UInt32>(10);
344
TestRoundTripValue
<Int32>(Byte.MaxValue);
345
TestRoundTripValue
<Int32>(UInt16.MaxValue);
346
TestRoundTripValue
<Int32>(Int32.MaxValue);
352
TestRoundTripValue
<Int64>(0);
353
TestRoundTripValue
<Int64>(1);
354
TestRoundTripValue
<Int64>(2);
355
TestRoundTripValue
<Int64>(3);
356
TestRoundTripValue
<Int64>(4);
357
TestRoundTripValue
<Int64>(5);
358
TestRoundTripValue
<Int64>(6);
359
TestRoundTripValue
<Int64>(7);
360
TestRoundTripValue
<Int64>(8);
361
TestRoundTripValue
<Int64>(9);
362
TestRoundTripValue
<Int64>(10);
363
TestRoundTripValue
<Int64>(-1);
364
TestRoundTripValue
<Int64>(Byte.MinValue);
365
TestRoundTripValue
<Int64>(Byte.MaxValue);
366
TestRoundTripValue
<Int64>(Int16.MinValue);
367
TestRoundTripValue
<Int64>(Int16.MaxValue);
368
TestRoundTripValue
<Int64>(UInt16.MinValue);
369
TestRoundTripValue
<Int64>(UInt16.MaxValue);
370
TestRoundTripValue
<Int64>(Int32.MinValue);
371
TestRoundTripValue
<Int64>(Int32.MaxValue);
372
TestRoundTripValue
<Int64>(UInt32.MinValue);
373
TestRoundTripValue
<Int64>(UInt32.MaxValue);
374
TestRoundTripValue
<Int64>(Int64.MinValue);
375
TestRoundTripValue
<Int64>(Int64.MaxValue);
381
TestRoundTripValue
<UInt64>(0);
382
TestRoundTripValue
<UInt64>(1);
383
TestRoundTripValue
<UInt64>(2);
384
TestRoundTripValue
<UInt64>(3);
385
TestRoundTripValue
<UInt64>(4);
386
TestRoundTripValue
<UInt64>(5);
387
TestRoundTripValue
<UInt64>(6);
388
TestRoundTripValue
<UInt64>(7);
389
TestRoundTripValue
<UInt64>(8);
390
TestRoundTripValue
<UInt64>(9);
391
TestRoundTripValue
<UInt64>(10);
392
TestRoundTripValue
<UInt64>(Byte.MinValue);
393
TestRoundTripValue
<UInt64>(Byte.MaxValue);
394
TestRoundTripValue
<UInt64>(UInt16.MinValue);
395
TestRoundTripValue
<UInt64>(UInt16.MaxValue);
396
TestRoundTripValue
<UInt64>(Int32.MaxValue);
397
TestRoundTripValue
<UInt64>(UInt32.MinValue);
398
TestRoundTripValue
<UInt64>(UInt32.MaxValue);
399
TestRoundTripValue
<UInt64>(UInt64.MinValue);
400
TestRoundTripValue
<UInt64>(UInt64.MaxValue);
645
TestRoundTripValue
(values);