Skip to content

Commit 5702a4f

Browse files
author
samatrhea
committed
[Fix] expected DictionaryReader and DictionaryWriter classes
1 parent 56194ac commit 5702a4f

18 files changed

+27
-27
lines changed

SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryReader/AnnotatingElementDictionaryReader.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// --------THIS IS AN AUTOMATICALLY GENERATED FILE. ANY MANUAL CHANGES WILL BE OVERWRITTEN!--------
2323
// ------------------------------------------------------------------------------------------------
2424

25-
namespace SysML2.NET.Serializer.Dictionary
25+
namespace SysML2.NET.Serializer.Dictionary.Core.DTO
2626
{
2727
using System;
2828
using System.Collections.Generic;
@@ -282,7 +282,7 @@ private static IAnnotatingElement DictionaryNullAndTypeCheck(Dictionary<string,
282282
}
283283
var id = Guid.Parse(Convert.ToString(idObject));
284284

285-
var annotatingElementInstance = new Core.DTO.AnnotatingElement
285+
var annotatingElementInstance = new SysML2.NET.Core.DTO.AnnotatingElement
286286
{
287287
Id = id
288288
};

SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryReader/AnnotationDictionaryReader.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// --------THIS IS AN AUTOMATICALLY GENERATED FILE. ANY MANUAL CHANGES WILL BE OVERWRITTEN!--------
2323
// ------------------------------------------------------------------------------------------------
2424

25-
namespace SysML2.NET.Serializer.Dictionary
25+
namespace SysML2.NET.Serializer.Dictionary.Core.DTO
2626
{
2727
using System;
2828
using System.Collections.Generic;
@@ -366,7 +366,7 @@ private static IAnnotation DictionaryNullAndTypeCheck(Dictionary<string, object>
366366
}
367367
var id = Guid.Parse(Convert.ToString(idObject));
368368

369-
var annotationInstance = new Core.DTO.Annotation
369+
var annotationInstance = new SysML2.NET.Core.DTO.Annotation
370370
{
371371
Id = id
372372
};

SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryReader/CommentDictionaryReader.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// --------THIS IS AN AUTOMATICALLY GENERATED FILE. ANY MANUAL CHANGES WILL BE OVERWRITTEN!--------
2323
// ------------------------------------------------------------------------------------------------
2424

25-
namespace SysML2.NET.Serializer.Dictionary
25+
namespace SysML2.NET.Serializer.Dictionary.Core.DTO
2626
{
2727
using System;
2828
using System.Collections.Generic;
@@ -310,7 +310,7 @@ private static IComment DictionaryNullAndTypeCheck(Dictionary<string, object> di
310310
}
311311
var id = Guid.Parse(Convert.ToString(idObject));
312312

313-
var commentInstance = new Core.DTO.Comment
313+
var commentInstance = new SysML2.NET.Core.DTO.Comment
314314
{
315315
Id = id
316316
};

SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryReader/ConnectorDictionaryReader.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// --------THIS IS AN AUTOMATICALLY GENERATED FILE. ANY MANUAL CHANGES WILL BE OVERWRITTEN!--------
2323
// ------------------------------------------------------------------------------------------------
2424

25-
namespace SysML2.NET.Serializer.Dictionary
25+
namespace SysML2.NET.Serializer.Dictionary.Core.DTO
2626
{
2727
using System;
2828
using System.Collections.Generic;
@@ -492,7 +492,7 @@ private static IConnector DictionaryNullAndTypeCheck(Dictionary<string, object>
492492
}
493493
var id = Guid.Parse(Convert.ToString(idObject));
494494

495-
var connectorInstance = new Core.DTO.Connector
495+
var connectorInstance = new SysML2.NET.Core.DTO.Connector
496496
{
497497
Id = id
498498
};

SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryReader/DependencyDictionaryReader.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// --------THIS IS AN AUTOMATICALLY GENERATED FILE. ANY MANUAL CHANGES WILL BE OVERWRITTEN!--------
2323
// ------------------------------------------------------------------------------------------------
2424

25-
namespace SysML2.NET.Serializer.Dictionary
25+
namespace SysML2.NET.Serializer.Dictionary.Core.DTO
2626
{
2727
using System;
2828
using System.Collections.Generic;
@@ -366,7 +366,7 @@ private static IDependency DictionaryNullAndTypeCheck(Dictionary<string, object>
366366
}
367367
var id = Guid.Parse(Convert.ToString(idObject));
368368

369-
var dependencyInstance = new Core.DTO.Dependency
369+
var dependencyInstance = new SysML2.NET.Core.DTO.Dependency
370370
{
371371
Id = id
372372
};

SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryReader/FeatureDictionaryReader.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// --------THIS IS AN AUTOMATICALLY GENERATED FILE. ANY MANUAL CHANGES WILL BE OVERWRITTEN!--------
2323
// ------------------------------------------------------------------------------------------------
2424

25-
namespace SysML2.NET.Serializer.Dictionary
25+
namespace SysML2.NET.Serializer.Dictionary.Core.DTO
2626
{
2727
using System;
2828
using System.Collections.Generic;
@@ -408,7 +408,7 @@ private static IFeature DictionaryNullAndTypeCheck(Dictionary<string, object> di
408408
}
409409
var id = Guid.Parse(Convert.ToString(idObject));
410410

411-
var featureInstance = new Core.DTO.Feature
411+
var featureInstance = new SysML2.NET.Core.DTO.Feature
412412
{
413413
Id = id
414414
};

SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryReader/LiteralIntegerDictionaryReader.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// --------THIS IS AN AUTOMATICALLY GENERATED FILE. ANY MANUAL CHANGES WILL BE OVERWRITTEN!--------
2323
// ------------------------------------------------------------------------------------------------
2424

25-
namespace SysML2.NET.Serializer.Dictionary
25+
namespace SysML2.NET.Serializer.Dictionary.Core.DTO
2626
{
2727
using System;
2828
using System.Collections.Generic;
@@ -422,7 +422,7 @@ private static ILiteralInteger DictionaryNullAndTypeCheck(Dictionary<string, obj
422422
}
423423
var id = Guid.Parse(Convert.ToString(idObject));
424424

425-
var literalIntegerInstance = new Core.DTO.LiteralInteger
425+
var literalIntegerInstance = new SysML2.NET.Core.DTO.LiteralInteger
426426
{
427427
Id = id
428428
};

SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryReader/LiteralRationalDictionaryReader.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// --------THIS IS AN AUTOMATICALLY GENERATED FILE. ANY MANUAL CHANGES WILL BE OVERWRITTEN!--------
2323
// ------------------------------------------------------------------------------------------------
2424

25-
namespace SysML2.NET.Serializer.Dictionary
25+
namespace SysML2.NET.Serializer.Dictionary.Core.DTO
2626
{
2727
using System;
2828
using System.Collections.Generic;
@@ -422,7 +422,7 @@ private static ILiteralRational DictionaryNullAndTypeCheck(Dictionary<string, ob
422422
}
423423
var id = Guid.Parse(Convert.ToString(idObject));
424424

425-
var literalRationalInstance = new Core.DTO.LiteralRational
425+
var literalRationalInstance = new SysML2.NET.Core.DTO.LiteralRational
426426
{
427427
Id = id
428428
};

SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryReader/NamespaceImportDictionaryReader.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// --------THIS IS AN AUTOMATICALLY GENERATED FILE. ANY MANUAL CHANGES WILL BE OVERWRITTEN!--------
2323
// ------------------------------------------------------------------------------------------------
2424

25-
namespace SysML2.NET.Serializer.Dictionary
25+
namespace SysML2.NET.Serializer.Dictionary.Core.DTO
2626
{
2727
using System;
2828
using System.Collections.Generic;
@@ -394,7 +394,7 @@ private static INamespaceImport DictionaryNullAndTypeCheck(Dictionary<string, ob
394394
}
395395
var id = Guid.Parse(Convert.ToString(idObject));
396396

397-
var namespaceImportInstance = new Core.DTO.NamespaceImport
397+
var namespaceImportInstance = new SysML2.NET.Core.DTO.NamespaceImport
398398
{
399399
Id = id
400400
};

SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryWriter/AnnotatingElementDictionaryWriter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// --------THIS IS AN AUTOMATICALLY GENERATED FILE. ANY MANUAL CHANGES WILL BE OVERWRITTEN!--------
2323
// ------------------------------------------------------------------------------------------------
2424

25-
namespace SysML2.NET.Serializer.Dictionary
25+
namespace SysML2.NET.Serializer.Dictionary.Core.DTO
2626
{
2727
using System;
2828
using System.Collections.Generic;

0 commit comments

Comments
 (0)