testに関するnpmyjのブックマーク (2)

  • Unit Testing With Android Studio - Rex St John | 雷克斯 聖約翰

    This article covers the basics of using Android Unit Tests with Android Studio. Enabling Unit Testing In Android Studio Many guides out there will encourage you to add some lines  in your “build.gradle” to enable “instrument tests” and also tell you to include the Android testing libraries in your dependencies… This is completely unnecessary and you won’t need to worry about doing that. Android St

    Unit Testing With Android Studio - Rex St John | 雷克斯 聖約翰
  • NonSoft - RS232C(シリアル)の通信テスト方法

    RS232C(シリアル)機器との通信テストをするツールの使用方法を紹介します。 RS232CテストツールはRS232C(シリアル)接続を行い電文の送受信を行うソフトウェアです。 主な特徴は送信データファイルのドラック&ドロップ送信、バイナリデータをテキスト形式で表現した データのバイナリ変換送信、送受信データのLOG表示、LOG保存、データ保存等の機能です。 送信ファイルの拡張子をLSTとする事により、送信データファイルの一覧を指定する事が出来ます。 シンプルな画面構成になっていますので、起動後、直ぐに使用出来ると思います。 <送信データファイル一覧の記述方法(拡張子:LST)> 送信データファイル名を1行に1ファイル分記述します。 (例)data1.txt data2.txt data3.txt Ver1.04からライン状態表示(DSR,CTS,RING,RLSD)

    NonSoft - RS232C(シリアル)の通信テスト方法
  • 1