blob: 26c2fcb500f1dcd55f22045de8b19e4e9797e0b4 [file] [edit]
// 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