blob: 7fed2ab03a271db7fca29b0da386e696b3973c66 [file] [log] [blame]
// Copyright 2018 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//! This crate defines a set of hermetic integration tests for the AccountManager and
//! AccountHandler components.
#![cfg(test)]
#![deny(missing_docs)]
mod account;
mod prototype;