Alexandre Mutel
df7c220db8
Start to rewrite serialization (WIP)
2013-10-05 00:20:53 +09:00
Alexandre Mutel
8bee539624
Rename YamlDotNet.Core to YamlDotNet. Rename YamlDotNet.RepresentationModel to YamlDotNet.Serialization
2013-10-01 22:05:33 +09:00
Alexandre Mutel
833c780d88
Rename YamlDotNet.Core to YamlDotNet. Move files from RepresentationModel to YamlDotNet.Serialization
2013-10-01 21:58:37 +09:00
Alexandre Mutel
3cabaeda21
Port YamlDotNet.Core to PCL (.NET4.0+, SL5, WP8 and Win AppStore)
2013-10-01 07:45:26 +09:00
Antoine Aubry
c58712d0a2
Merge branch 'test-refactor-insque' of git://github.com/rogernorling/YamlDotNet into rogernorling-test-refactor-insque
...
Conflicts:
YamlDotNet.Core.Test/YamlDotNet.Core.Test.csproj
YamlDotNet.Core.Test/packages.config
2013-09-29 22:42:41 +01:00
Roger Norling
5264e25184
Made use of FluentAssertions in the insertion queue tests
2013-09-26 23:27:53 +02:00
Roger Norling
7888d2bdce
Described behavior by splitting into multiple test methods
2013-09-26 23:14:31 +02:00
Roger Norling
4b5e3f2bb9
Commit with files that wasn't saved.
2013-09-26 23:11:31 +02:00
Roger Norling
bcf9fcafa3
Preparing step of adding the FluentAssertions library
2013-09-26 22:26:45 +02:00
Roger Norling
00b5b35f94
Described behavior by splitting into multiple test methods
...
Added the FakeItEasy library to utilize spy objects instead of accessing internal data.
2013-09-17 23:20:40 +02:00
Roger Norling
c6fb2bf783
Made output writing from tests conditional on symbol TEST_DUMP
...
Changed method order so that details is put further down
Simplified type declaration through the use of 'var'
Added Todo comments in advance of further refactoring
2013-09-12 00:33:57 +02:00
Roger Norling
0020a63d1e
Split tests into test assemblies specific for each production assembly.
2013-08-26 18:20:07 +02:00