Searched refs:mCommandFile (Results 1 – 2 of 2) sorted by relevance
57 private CommandFileParser mCommandFile; field in CommandFileParserTest65 mCommandFile = new CommandFileParser() { in setUp()87 assertParsedData(mCommandFile, mMockFile, expectedCommands); in assertParsedData()135 mCommandFile.parseFile(mMockFile); in testParseFile_endOnQuote()149 mCommandFile.parseFile(mMockFile); in testRun_endWithEscape()212 mCommandFile.parseFile(mMockFile); in testUndefinedMacro()226 mCommandFile.parseFile(mMockFile); in testUndefinedMacro_defSyntaxError()296 mCommandFile.parseFile(mMockFile); in testLongMacroSyntaxError_eof()322 .addAll(mCommandFile.parseFile(mMockFile)) in testCommandLineLocation()
32 private final String mCommandFile; field in AddCommandFileOp36 mCommandFile = commandFile; in AddCommandFileOp()64 j.put(COMMAND_FILE, mCommandFile); in packIntoJson()70 return mCommandFile; in getCommandFile()