コード例 #1
0
        public void SmartPhoneTest()
        {
            var smartPhone = new SmartPhone(new MockBluetoothDevice());

            smartPhone.ConnectBLuetooth();
            smartPhone.ScanBLuetooth();
            Assert.NotNull(smartPhone);
        }