Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
coenm committed Oct 17, 2024
1 parent 808baaa commit bea5fa2
Show file tree
Hide file tree
Showing 11 changed files with 115 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,24 @@
Value: {ProjectDirectory},
TypeId: AssemblyMetadataAttribute
},
{
Key: Verify.ProjectName,
Value: EasyTestFile.Nunit.Tests,
TypeId: AssemblyMetadataAttribute
},
{
Key: Verify.SolutionDirectory,
Value: {SolutionDirectory},
TypeId: AssemblyMetadataAttribute
},
{
Key: Verify.SolutionName,
Value: EasyTestFile,
TypeId: AssemblyMetadataAttribute
},
{
Key: Verify.TargetFrameworks,
Value: ,
TypeId: AssemblyMetadataAttribute
}
]
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
Assembly: null,
AutoCreateMissingTestFileDisabled: false,
Context: {},
Directory: null,
FileName: null,
MethodName: null,
AutoCreateMissingTestFileDisabled: false,
TestFileNamingSuffix: null,
_extension: null
Assembly: null,
_extension: null,
MethodName: null,
FileName: null
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
Assembly: null,
AutoCreateMissingTestFileDisabled: true,
Context: {},
Directory: null,
FileName: null,
MethodName: null,
AutoCreateMissingTestFileDisabled: true,
TestFileNamingSuffix: null,
_extension: null
Assembly: null,
_extension: null,
MethodName: null,
FileName: null
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
Assembly: null,
AutoCreateMissingTestFileDisabled: false,
Context: {},
Directory: null,
FileName: null,
MethodName: null,
AutoCreateMissingTestFileDisabled: false,
TestFileNamingSuffix: 1,
_extension: null
Assembly: null,
_extension: null,
MethodName: null,
FileName: null
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
Assembly: null,
AutoCreateMissingTestFileDisabled: false,
Context: {},
Directory: null,
FileName: null,
MethodName: null,
AutoCreateMissingTestFileDisabled: false,
TestFileNamingSuffix: test123,
_extension: null
Assembly: null,
_extension: null,
MethodName: null,
FileName: null
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
Assembly: null,
AutoCreateMissingTestFileDisabled: false,
Context: {},
Directory: null,
FileName: null,
MethodName: null,
AutoCreateMissingTestFileDisabled: false,
TestFileNamingSuffix: null,
_extension: json
Assembly: null,
_extension: json,
MethodName: null,
FileName: null
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,24 @@
Value: {ProjectDirectory},
TypeId: AssemblyMetadataAttribute
},
{
Key: Verify.ProjectName,
Value: EasyTestFile.Xunit.CopyAlways.Tests,
TypeId: AssemblyMetadataAttribute
},
{
Key: Verify.SolutionDirectory,
Value: {SolutionDirectory},
TypeId: AssemblyMetadataAttribute
},
{
Key: Verify.SolutionName,
Value: EasyTestFile,
TypeId: AssemblyMetadataAttribute
},
{
Key: Verify.TargetFrameworks,
Value: ,
TypeId: AssemblyMetadataAttribute
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,24 @@
Value: {ProjectDirectory},
TypeId: AssemblyMetadataAttribute
},
{
Key: Verify.ProjectName,
Value: EasyTestFile.Xunit.CopyPreserveNewest.Tests,
TypeId: AssemblyMetadataAttribute
},
{
Key: Verify.SolutionDirectory,
Value: {SolutionDirectory},
TypeId: AssemblyMetadataAttribute
},
{
Key: Verify.SolutionName,
Value: EasyTestFile,
TypeId: AssemblyMetadataAttribute
},
{
Key: Verify.TargetFrameworks,
Value: ,
TypeId: AssemblyMetadataAttribute
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,24 @@
Value: {ProjectDirectory},
TypeId: AssemblyMetadataAttribute
},
{
Key: Verify.ProjectName,
Value: EasyTestFile.Xunit.Embed.Tests,
TypeId: AssemblyMetadataAttribute
},
{
Key: Verify.SolutionDirectory,
Value: {SolutionDirectory},
TypeId: AssemblyMetadataAttribute
},
{
Key: Verify.SolutionName,
Value: EasyTestFile,
TypeId: AssemblyMetadataAttribute
},
{
Key: Verify.TargetFrameworks,
Value: ,
TypeId: AssemblyMetadataAttribute
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,24 @@
Value: {ProjectDirectory},
TypeId: AssemblyMetadataAttribute
},
{
Key: Verify.ProjectName,
Value: EasyTestFile.Xunit.ModeNone.Tests,
TypeId: AssemblyMetadataAttribute
},
{
Key: Verify.SolutionDirectory,
Value: {SolutionDirectory},
TypeId: AssemblyMetadataAttribute
},
{
Key: Verify.SolutionName,
Value: EasyTestFile,
TypeId: AssemblyMetadataAttribute
},
{
Key: Verify.TargetFrameworks,
Value: ,
TypeId: AssemblyMetadataAttribute
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,24 @@
Value: {ProjectDirectory},
TypeId: AssemblyMetadataAttribute
},
{
Key: Verify.ProjectName,
Value: EasyTestFile.Xunit.Tests,
TypeId: AssemblyMetadataAttribute
},
{
Key: Verify.SolutionDirectory,
Value: {SolutionDirectory},
TypeId: AssemblyMetadataAttribute
},
{
Key: Verify.SolutionName,
Value: EasyTestFile,
TypeId: AssemblyMetadataAttribute
},
{
Key: Verify.TargetFrameworks,
Value: ,
TypeId: AssemblyMetadataAttribute
}
]

0 comments on commit bea5fa2

Please sign in to comment.