| // Copyright 2019 The ChromiumOS Authors | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| package testing | |
| import ( | |
| "chromiumos/tast/internal/testing" | |
| ) | |
| // Precondition represents a precondition that must be satisfied before a test is run. | |
| type Precondition = testing.Precondition |