Home
last modified time | relevance | path

Searched defs:AssertSame (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/google-fruit/tests/meta/
H A Dcommon.h57 #define AssertSame(...) … macro
/aosp_15_r20/build/soong/android/
H A Dtest_asserts.go29 func AssertSame(t *testing.T, message string, expected interface{}, actual interface{}) { func