Searched refs:checkTransitionMutate (Results 1 – 1 of 1) sorted by relevance
/build/blueprint/ |
D | transition_test.go | 134 func checkTransitionMutate(t *testing.T, m *transitionModule, variant string) { func 184 checkTransitionMutate(t, A_a, "a") 185 checkTransitionMutate(t, A_b, "b") 186 checkTransitionMutate(t, B_a, "a") 187 checkTransitionMutate(t, B_b, "b") 188 checkTransitionMutate(t, C_a, "a") 189 checkTransitionMutate(t, C_b, "b") 190 checkTransitionMutate(t, C_c, "c") 191 checkTransitionMutate(t, D_d, "d") 192 checkTransitionMutate(t, E_d, "d") [all …]
|