Lines Matching refs:T
60 func TestAliases(t *testing.T) { argument
113 t.Run("simple", func(t *testing.T) {
135 t.Run("chained", func(t *testing.T) {
159 t.Run("chained2", func(t *testing.T) {
183 t.Run("removed dangling alias", func(t *testing.T) {
199 func expectedErrors(t *testing.T, errs []error, expectedMessages ...string) { argument
213 func TestCheckBlueprintSyntax(t *testing.T) { argument
218 t.Run("valid", func(t *testing.T) {
227 t.Run("syntax error", func(t *testing.T) {
237 t.Run("unknown module type", func(t *testing.T) {
247 t.Run("unknown property name", func(t *testing.T) {
257 t.Run("invalid property type", func(t *testing.T) {
267 t.Run("multiple failures", func(t *testing.T) {