etrobocon2018 feat.KatLab  770af34cce41ae9c30c41303275e1add2daae0c3 (with uncommitted changes)
 全て クラス 名前空間 ファイル 関数 変数 列挙型 列挙値 フレンド マクロ定義 ページ
EtRobocon2018Test.cpp
[詳解]
1 
5 /* コンパイル(平木場)
6 $ g++-7 EtRobocon2018Test.cpp ../src/EtRobocon2018.cpp gtest_main.o gtest-all.o -I../include
7 -I../../googletest/googletest/include
8 */
9 
10 #include "EtRobocon2018.h" // このヘッダファイルのcppファイルをテスト
11 #include <gtest/gtest.h>
12 
13 namespace etrobocon2018_test {
14 
15  TEST(EtRobocon2018Test, CreateTest)
16  {
17  EtRobocon2018 et;
18  // et.start(1);
19  }
20 } // namespace etrobocon2018_test
TEST(AIAnswerArrayTest, construct)
main的なクラス