Closure Library API Documentation
Go to class or file:
asserts.js
No description.
Useful links
Source Code
Git
File Location
/goog/testing/i18n/asserts.js
Public
Protected
Private
Global Functions
goog.testing.i18n.asserts.
assertI18nEquals
(
expected
,
actual
)
Asserts that the two values are "almost equal" from i18n perspective (based on a manually maintained and validated whitelist).
Arguments:
expected
:
string
The expected value.
actual
:
string
The actual value.
code »
Directory i18n
File Reference