Cosmos/Tests/Cosmos.Kernel.Tests.Fat/System.IO
fanoI 299c155f4c Removed a lot of plugs from File: the promise is mantained it uses StreamReader / StreamWriter directly
- CosmosEncoding replacement of Encoding is not needed: Encoding runs perfectly on Cosmos!
- Added tests to BCL for UTF8Encoding
- StreamWriter does not needs a plug anymore, TextWriter is plugged instead but the plug is really the Ctor only
- Commented COSMOSDEBUG
2017-12-01 22:21:15 +01:00
..
BinaryReaderTest.cs
BinaryWriterTest.cs
DirectoryInfoTest.cs
DirectoryTest.cs Removed from DirectoryImpl.cs all the method that did not need plug anymore: CosmosFileSystem methods are called directly from Net Core code, the only remaing plugs are the ones that need IEnumerable to work. 2017-10-01 16:45:04 +02:00
FileStreamTest.cs
FileTest.cs Removed a lot of plugs from File: the promise is mantained it uses StreamReader / StreamWriter directly 2017-12-01 22:21:15 +01:00
HelperMethods.cs
PathTest.cs
StreamReaderTest.cs
StreamWriterTest.cs Removed a lot of plugs from File: the promise is mantained it uses StreamReader / StreamWriter directly 2017-12-01 22:21:15 +01:00