Home
last modified time | relevance | path

Searched refs:assertStrings (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/build/blueprint/bootstrap/bpdoc/
H A Dproperties_test.go169 assertStrings(t, expected.Name, actual.Name)
170 assertStrings(t, expected.Type, actual.Type)
171 assertStrings(t, strings.TrimSpace(string(expected.Text)), strings.TrimSpace(string(actual.Text)))
174 func assertStrings(t *testing.T, expected string, actual string) { func