This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*.csproj -text merge=union | |
*.sln -text merge=union |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'gametel' | |
Gametel.apk_path = "../app/bin/CoPilot-debug.apk" | |
Gametel.start "_AppActivity" | |
@driver = Gametel.default_driver | |
@platform = @driver.platform | |
def tag_for(item, list, which_image=0) | |
@platform.get_view_by_index('android.widget.ListView', list) do |d| |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ifndef MemLeakCheckingTest_h | |
#define MemLeakCheckingTest_h | |
#include <gtest/gtest.h> | |
#if defined(WIN32) && defined(_DEBUG) | |
// Used to redirect _CrtXXX functions output to stderr, instead of the MSVC | |
// trace window. | |
int __cdecl crtReportHook(int reportType, char *szMsg, int *retVal) |