//! SPEC-024: MemoryBar Widget Interface Tests
//!
//! **TESTS DEFINE INTERFACE. IMPLEMENTATION FOLLOWS.**
use MemoryBar;
use Widget;
/// MemoryBar MUST be constructable with total bytes
/// MemoryBar MUST handle zero total
/// MemoryBar MUST implement Widget trait