15 references to _testString1
System.Windows.Forms.Tests (15)
System\Resources\ResXResourceWriterTests.cs (15)
129
writer.AddMetadata(
_testString1
, _testBytes);
139
Assert.Equal(
_testString1
, currentEntry.Key);
150
writer.AddMetadata(
_testString1
, _testString2);
160
Assert.Equal(
_testString1
, currentEntry.Key);
171
writer.AddMetadata(
_testString1
, _testDateTime);
181
Assert.Equal(
_testString1
, currentEntry.Key);
192
writer.AddResource(
_testString1
, _testBytes);
202
Assert.Equal(
_testString1
, currentEntry.Key);
213
writer.AddResource(
_testString1
, _testString2);
223
Assert.Equal(
_testString1
, currentEntry.Key);
234
writer.AddResource(
_testString1
, _testDateTime);
244
Assert.Equal(
_testString1
, currentEntry.Key);
252
ResXDataNode dataNode = new(
_testString1
, _testDateTime);
256
writer.AddResource(
_testString1
, dataNode);
266
Assert.Equal(
_testString1
, currentEntry.Key);