@@ -33,47 +33,48 @@ interface
3333resourcestring
3434 STestRunComplete = ' Test Run Complete' ;
3535
36- SUnexpectedErrorExt = ' Expected %g but got %g %s' ;
37- SUnexpectedErrorInt = ' Expected %d but got %d %s' ;
38- SUnexpectedErrorStr = ' Expected %s but got %s %s' ;
39- SUnexpectedErrorDbl = ' Expected %g but got %g %s' ;
40- SUnexpectedErrorGUID = ' Expected %s but got %s %s' ;
36+ SUnexpectedErrorExt = ' Expected [%g] but got [%g] %s' ;
37+ SUnexpectedErrorInt = ' Expected [%d] but got [%d] %s' ;
38+ SUnexpectedErrorStr = ' Expected [%s] but got [%s] %s' ;
39+ SUnexpectedErrorDbl = ' Expected [%g] but got [%g] %s' ;
40+ SUnexpectedErrorGUID = ' Expected [%s] but got [%s] %s' ;
4141 SUnexpectedErrorStream = ' Streams are not equal %s' ;
42- SNotEqualErrorStr = ' Expected %s is not equal to actual %s %s' ;
42+ SNotEqualErrorStr = ' Expected [%s] but got [%s] %s' ;
4343 SMemoryValuesNotEqual = ' Memory values are not equal. ' ;
4444 SFileDoesNotExist = ' File [%s] does not exist' ;
4545 SFileDoesExist = ' File [%s] does exist' ;
4646 SFileUnexpectedErrorCreation = ' Expected creation datetime [%s] but got [%s] %s' ;
47- SEqualsErrorExt = ' %g equals actual %g %s' ;
48- SEqualsErrorStr = ' [%s] is equal to [%s] %s' ;
49- SEqualsErrorStr2 = ' Expected %s equals actual %s %s' ;
50- SEqualsErrorInt = ' Expected %d equals actual %d %s' ;
51- SEqualsErrorDbl = ' %g equals actual %g %s' ;
52- SEqualsErrorObj = ' Object [%s] Equals Object [%s] %s' ;
53- SEqualsErrorGUID = ' Expected %s equals actual %s %s' ;
47+ SEqualsErrorExt = ' Expected [%g] equals actual [%g] %s' ;
48+ SEqualsErrorStr = ' Expected [%s] equals actual [%s] %s' ;
49+ SEqualsErrorInt = ' Expected [%d] equals actual [%d] %s' ;
50+ SEqualsErrorDbl = ' Expected [%g] equals actual [%g] %s' ;
51+ SEqualsErrorObj = ' Object [%s] equals object [%s] %s' ;
52+ SEqualsErrorGUID = ' Expected [%s] equals actual [%s] %s' ;
5453 SEqualsErrorStream = ' Streams are equal %s' ;
5554 SEqualsErrorIntf = ' references are the same. %s' ;
5655 SMemoryValuesEqual = ' Memory values are equal. ' ;
5756 SNotEqualErrorIntf = ' references are Not the same. %s' ;
58- SNotEqualErrorObj = ' Object [%s] Not Object [%s] %s' ;
57+ SNotEqualErrorObj = ' Object [%s] does not equal object [%s] %s' ;
58+ SArraysHaveDifferentLength = ' Arrays have different length. Expected [%d] but got [%d] %s' ;
59+ SArraysAreDifferent = ' Arrays are different at position [%d]. Expected [%s] but got [%s] %s' ;
5960 SValueNotInList = ' List does not contain value %s. %s' ;
6061 SValueInList = ' List contains value %s. %s' ;
6162 SIntfNotImplemented = ' value does not implement %s. %s' ;
62- SListNotEmpty = ' List is Not empty . %s' ;
63- SStrNotEmpty = ' String is Not empty . %s' ;
64- SVarNotEmpty = ' Variant is Not empty . %s' ;
63+ SListNotEmpty = ' List is Not Empty . %s' ;
64+ SStrNotEmpty = ' String is Not Empty . %s' ;
65+ SVarNotEmpty = ' Variant is Not Empty . %s' ;
6566 SIsFalseError = ' Condition is True when False expected. %s' ;
66- SListEmpty = ' List is Empty when Not empty expected. %s' ;
67+ SListEmpty = ' List is Empty when Not Empty expected. %s' ;
6768 SStrEmpty = ' String is Empty. %s' ;
6869 SVarEmpty = ' Variant is Empty. %s' ;
69- SIntfNil = ' Interface is Nil when not nil expected. %s' ;
70- SPointerNil = ' Pointer is Nil when not Nil expected. %s' ;
70+ SIntfNil = ' Interface is Nil when Not Nil expected. %s' ;
71+ SPointerNil = ' Pointer is Nil when Not Nil expected. %s' ;
7172 SObjNil = ' Object is Nil when Not Nil expected. %s' ;
7273 SVariantNull = ' Variant is Null when Not Null expcted. %s' ;
7374 SVariantNotNull = ' Variant is Not Null when Null expected. [%s]' ;
74- SIntfNotNil = ' Interface is not Nil when nil expected. [%s]' ;
75- SObjNotNil = ' Object is not nil when nil expected. [%s]' ;
76- SPointerNotNil = ' Pointer is not Nil when nil expected. [%s]' ;
75+ SIntfNotNil = ' Interface is Not Nil when Nil expected. [%s]' ;
76+ SObjNotNil = ' Object is Not Nil when Nil expected. [%s]' ;
77+ SPointerNotNil = ' Pointer is Not Nil when Nil expected. [%s]' ;
7778 SIsTrueError = ' Condition is False when True expected. [%s]' ;
7879 STypeError = ' value is not of type T' ;
7980 SUnexpectedException = ' Method raised [%s] was expecting not to raise Any exception. %s' ;
@@ -89,35 +90,35 @@ interface
8990 SStrDoesNotEndWith = ' [%s] does not end with [%s] %s' ;
9091 SStrDoesNotMatch = ' [%s] does not match [%s] %s' ;
9192 SStrCannotBeEmpty = ' subString cannot be empty' ;
92- SStrDoesNotStartWith = ' [%s] does Not Start with [%s] %s' ;
93+ SStrDoesNotStartWith = ' [%s] does not start with [%s] %s' ;
9394 SNumberOfStringsNotEqual = ' Number of strings is not equal' ;
9495 SLengthOfStringsNotEqual = ' Length of strings is not equal' ;
9596 SDiffAtPosition = ' Difference at position %d' ;
9697
9798 SInvalidValueBool = ' Invalid value, not boolean' ;
98- SInvalidOptionType = ' Invalid Option type - only string, integer, float, boolean, enum and sets are supported' ;
99- SInvalidEnum = ' Invalid Enum Value : ' ;
99+ SInvalidOptionType = ' Invalid option type - only string, integer, float, boolean, enum and sets are supported' ;
100+ SInvalidEnum = ' Invalid enum value : ' ;
100101 SInvalidOpt = ' invalid option type' ;
101102
102103 SNameRequired = ' Name required - use RegisterUnamed to register unamed options' ;
103104 SOptionAlreadyRegistered = ' Options : %s already registered' ;
104105 SUnknownOptionStart = ' Unknown option start : ' ;
105106
106- SOptionExpectedValue = ' Option [ %s ] expected a following :value but none was found' ;
107+ SOptionExpectedValue = ' Option [%s ] expected a following :value but none was found' ;
107108 SParameterFileDoesNotExist = ' Parameter File [%s] does not exist' ;
108- SErrorParsingParameterFile = ' Error parsing Parameter File [%s] : ' ;
109+ SErrorParsingParameterFile = ' Error parsing parameter file [%s] : ' ;
109110 SErrorSettingOption = ' Error setting option : %s to %s : ' ;
110111 SUnknownCommandLineOption = ' Unknown command line option : ' ;
111- SOptionNotSpecified = ' Required Option [%s] was not specified' ;
112+ SOptionNotSpecified = ' Required option [%s] was not specified' ;
112113
113- STestIgnoredRepeatSet = ' Repeat Set to 0. Test Ignored .' ;
114+ STestIgnoredRepeatSet = ' Repeat set to 0. Test ignored .' ;
114115
115116 SRegisteredImplementationError = ' The implementation registered (%s) does not implement %s' ;
116117 SImplementationAlreadyRegistered = ' An implementation for type %s with name %s is already registered with IoC' ;
117118 SNoImplementationRegistered = ' No implementation registered for type %s' ;
118119 SNoInstance = ' The activator delegate failed to return an instance %s' ;
119120
120- SNoConsoleWriterClassRegistered = ' No ConsoleWriter Class is registered. You will need to include DUnitX.Windows.Console, DUnitX.MacOS.Console or DUnitX.Linux.Console in you application' ;
121+ SNoConsoleWriterClassRegistered = ' No ConsoleWriter class is registered. You will need to include DUnitX.Windows.Console, DUnitX.MacOS.Console or DUnitX.Linux.Console in you application' ;
121122 SExecutingTest = ' Executing Test : ' ;
122123 SRunningFixtureSetup = ' Running Fixture Setup Method : ' ;
123124 SRunningSetup = ' Running Setup for : ' ;
@@ -151,7 +152,7 @@ interface
151152 SSetupTeardownBytesLeaked = ' %d bytes were leaked in the setup/teardown methods' ;
152153 STestBytesLeaked = ' %d bytes were leaked in the test method' ;
153154 SSetupTestTeardownBytesLeaked = ' %d bytes were leaked in the setup/test/teardown methods' ;
154- STestFailed = ' Test failed : ' ;
155+ STestFailed = ' Test Failed : ' ;
155156 STestError = ' Test Error : ' ;
156157 STestIgnored = ' Test Ignored : ' ;
157158 STestLeaked = ' Test Leaked Memory : ' ;
0 commit comments