15 references to _testString1
System.Windows.Forms.Tests (15)
System\Resources\ResXResourceWriterTests.cs (15)
131
writer.AddMetadata(
_testString1
, _testBytes);
141
Assert.Equal(
_testString1
, currentEntry.Key);
152
writer.AddMetadata(
_testString1
, _testString2);
162
Assert.Equal(
_testString1
, currentEntry.Key);
173
writer.AddMetadata(
_testString1
, _testDateTime);
183
Assert.Equal(
_testString1
, currentEntry.Key);
194
writer.AddResource(
_testString1
, _testBytes);
204
Assert.Equal(
_testString1
, currentEntry.Key);
215
writer.AddResource(
_testString1
, _testString2);
225
Assert.Equal(
_testString1
, currentEntry.Key);
236
writer.AddResource(
_testString1
, _testDateTime);
246
Assert.Equal(
_testString1
, currentEntry.Key);
254
ResXDataNode dataNode = new(
_testString1
, _testDateTime);
258
writer.AddResource(
_testString1
, dataNode);
268
Assert.Equal(
_testString1
, currentEntry.Key);