Home
last modified time | relevance | path

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

/build/soong/android/
Dfixture_test.go54AssertPanicMessageContains(t, "source path validation failed", "Path is outside directory: /abs/pa…
59AssertPanicMessageContains(t, "source path validation failed", `path "path/with/../in/it/Android.b…
64AssertPanicMessageContains(t, "source path validation failed", `cannot add output path "out/Androi…
69AssertPanicMessageContains(t, "source path validation failed", `cannot add output path "out/Androi…
76AssertPanicMessageContains(t, "source path validation failed", `cannot add output path "out/Androi…
Dtest_asserts.go199 func AssertPanicMessageContains(t *testing.T, message, expectedMessageContents string, funcThatShou… func
/build/soong/sdk/
Dbp_test.go87 …android.AssertPanicMessageContains(t, "adding x again should panic", `Property "x" already exists …
89 …android.AssertPanicMessageContains(t, "adding arr again should panic", `Property "arr" already exi…
127 …android.AssertPanicMessageContains(t, "adding x again should panic", `Property "x" already exists …
134 …android.AssertPanicMessageContains(t, "adding a non-pointer struct should panic", "Value is a stru…