Arduino/app/test/processing/app
Cristian Maglie e4ebd4a6fc Fixed CommandLineTest for windows 2017-04-10 13:49:04 +02:00
..
debug Fixed unit-test UploaderFactoryTest 2015-12-21 15:19:22 +01:00
helpers Extending remote upload. Sketch merge with bootloader is done by the IDE (using "noblink" bootloader if board definition provides one). If platform provides a "remote" upload tool, that tool is used, otherwise falls back to hardcoded "run-avrdude" 2015-06-18 15:43:10 +02:00
linux Added missing license header to tests 2015-04-30 11:26:15 +02:00
macosx "static" makes sense for constants and few other things. Avoid it if you don't have a specific reason for using it. 2015-10-26 15:49:31 +01:00
syntax Removed unused imports 2015-10-20 18:29:40 +02:00
tools Added missing license header to tests 2015-04-30 11:26:15 +02:00
windows Windows: Use Shell32 utility to determine known paths 2016-10-19 16:28:21 +02:00
AbstractGUITest.java Build path is now a function of sketch path. This allows to recycle previously 2015-09-18 10:47:23 +02:00
AbstractWithPreferencesTest.java Build path is now a function of sketch path. This allows to recycle previously 2015-09-18 10:47:23 +02:00
AutoformatProducesOneUndoActionTest.java Removed unused imports 2015-10-20 18:29:40 +02:00
AutoformatSavesCaretPositionTest.java Avoid referring directly to RSyntaxTextArea, at least in the names 2015-05-12 16:20:54 +02:00
AutoformatTest.java Avoid referring directly to RSyntaxTextArea, at least in the names 2015-05-12 16:20:54 +02:00
BlockCommentGeneratesOneUndoActionTest.java Fixed regression tests on Indent/Unindent and Comment/Uncomment actions 2017-03-01 10:38:09 +01:00
CommandLineTest.java Fixed CommandLineTest for windows 2017-04-10 13:49:04 +02:00
DefaultTargetTest.java Preparing the ground for rewriting Preferences GUI code (and hopefully fixing the tiny-pref-window bug on macosx) 2015-05-05 10:02:12 +02:00
HittingEscapeOnCloseConfirmationDialogTest.java New console: replaces previous EditorConsoleStream with one that's faster and doesn't discard end chars. 2015-06-29 16:18:40 +02:00
ReduceIndentWith1CharOnLastLineTest.java New console: replaces previous EditorConsoleStream with one that's faster and doesn't discard end chars. 2015-06-29 16:18:40 +02:00
ReplacingTextGeneratesTwoUndoActionsTest.java Avoid referring directly to RSyntaxTextArea, at least in the names 2015-05-12 16:20:54 +02:00
TestHelper.java Added missing license header to tests 2015-04-30 11:26:15 +02:00