Commit Graph
950 Commits
Author SHA1 Message Date
Tagir Valeev db9200fcdb Collection.toArray: use empty array instead of presized one 2018-01-18 13:41:14 +07:00
Anna.Kozlova 84db50cb2e skip silently classes which fail to be loaded
EA-111506 - ASE: TestPackage.lambda$createPredicate$
2018-01-12 13:55:52 +01:00
Anna Kozlova 3d20076e7c java test locator: use metainfo to store parameters (IDEA-169549)
it makes possible to distinguish multiple overloads, possible with custom runners and with junit 5
2018-01-04 16:41:54 +01:00
Vladimir Krivosheev 7cc8b40722 RemoteConfiguration — move default state to class from RunManager component 2017-12-28 18:30:55 +01:00
Anna.Kozlova 374042a969 reject static methods as tests for standard annotations (IDEA-182687) 2017-12-22 19:23:54 +01:00
Vladimir Krivosheev 6e7c20f6d0 fix WebLogicRunConfigurationsConversionTest — do not use OptionTag 2017-12-22 13:39:05 +01:00
Vladimir Krivosheev 5e6fa7a906 ApplicationConfiguration — fix env serialization 2017-12-22 11:53:11 +01:00
Roman Shevchenko 0a5f90bc19 Merge remote-tracking branch 'origin/master' 2017-12-21 17:00:45 +01:00
Roman Shevchenko 777e4da5dc Cleanup (migrates deprecated SdkVersionUtil usages) 2017-12-21 16:58:52 +01:00
Anna.Kozlova 5a857ac733 tests: fork by MODULE_WORKING_DIR as well (IDEA-152227) 2017-12-20 20:15:54 +01:00
Vladimir Krivosheev 616007c544 add NotNull 2017-12-19 13:34:08 +01:00
Vladimir Krivosheev 739364e1c4 migrate ApplicationConfiguration to BaseState — sync old fields 2017-12-19 12:26:22 +01:00
Vladimir Krivosheev 6017d40fe4 migrate ApplicationConfiguration to BaseState — set old fields 2017-12-19 12:26:18 +01:00
Vladimir Krivosheev 59a8f63942 migrate ApplicationConfiguration to BaseState, do not write default coverage extension data 2017-12-19 12:26:18 +01:00
Vladimir Krivosheev ef2e87d8c8 ObjectStoredProperty — null equals to bean with default values and vice versa 2017-12-19 12:26:15 +01:00
Vladimir Krivosheev 7642914a88 RunConfigurationBase — serialize log file using persistence state component
do not call writeModule explicitly
2017-12-19 12:26:15 +01:00
Vladimir Krivosheev ce9461d7b7 do not call readModule explicitly 2017-12-13 15:17:51 +01:00
Vladimir Krivosheev a8aa9a8226 ListStoredProperty — not-null list stored property
always not-null, xml serializer aware
2017-12-13 10:51:42 +01:00
Vladimir Krivosheev 4bfca85de9 introduce XCollection annotation, get rid of custom getState for AppletConfiguration 2017-12-11 11:11:37 +01:00
Nikita Skvortsov f977dc66f4 fix alignment of "include provided" in App run configuration IDEA-107048 2017-12-08 00:34:37 +03:00
Nikita Skvortsov 829788e410 Allow to include "Provided" scope in classpath. IDEA-107048 2017-12-08 00:34:37 +03:00
Vladislav.Soroka 14f85814f5 Gradle test runner: open source at failure 2017-12-07 20:45:52 +03:00
Anna.Kozlova 0c862ab47f detect fork: fix filter condition 2017-12-06 17:10:54 +01:00
Vladimir Krivosheev 8ef280727c fix AppletConfigurationOptions defaults values (as before) 2017-12-06 15:17:00 +01:00
Vladimir Krivosheev b7f68ecec1 add NotNull to read/writeExternal 2017-12-06 13:49:19 +01:00
Vladimir Krivosheev e8d4ec4590 migrate AppletConfiguration and BndRunConfiguration to BaseState — part 4, fix tests 2017-12-06 13:40:46 +01:00
Vladimir Krivosheev 027b6a71cb add notnull 2017-12-06 13:40:46 +01:00
Vladimir Krivosheev ff6ebbdf11 migrate AppletConfiguration and BndRunConfiguration to BaseState — part 3, fix tests 2017-12-06 13:40:45 +01:00
Vladimir Krivosheev 413937eb2d migrate AppletConfiguration and BndRunConfiguration to BaseState — part 2, fix tests 2017-12-06 13:40:45 +01:00
Vladimir Krivosheev 6bc7ed1c72 migrate AppletConfiguration and BndRunConfiguration to BaseState 2017-12-06 13:40:44 +01:00
Alexey Kudravtsev e07afa8f5c Date/Time in javadocs considered useless for readability 2017-12-06 15:11:04 +03:00
Alexey Kudravtsev b195c7bb9d cleanup 2017-11-20 16:32:24 +03:00
Egor Ushakov 2604f77bea EA-108253 - IAE: DebugProcessImpl.createVirtualMachineInt 2017-11-17 20:30:53 +03:00
Alexander Podkhalyuzin f8173440b3 Java plugin was extracted from Idea plugin to be more standalone. 2017-11-16 11:22:39 +03:00
Anna.Kozlova 95406b5024 don't fork if there is only one module, pass encoding to forked vm (IDEA-181751) 2017-11-15 15:32:32 +01:00
Roman Shevchenko 085309a697 Cleanup (annotations; typos; formatting) 2017-10-25 21:44:29 +02:00
Roman Shevchenko 697c2df260 [java] do not check for JUnit and meta type annotations (IDEA-181206) 2017-10-25 21:28:42 +02:00
Anna.Kozlova 7de5fe7b80 naming convention for tests tweaks
don't report test class on type params, extract separate node for suites
2017-10-19 13:48:52 +02:00
Roman Shevchenko ae3b7fc939 Cleanup (generic API instead of platform-specific utility) 2017-10-16 17:19:28 +02:00
Anna.Kozlova b074d43ac2 assertion to ensure method/class configurations have module set (IDEA-179725) 2017-10-10 18:17:28 +02:00
Anna.Kozlova 216011c59b junit 5: run tests by unique id (IDEA-169198; IDEA-179139) 2017-10-10 13:20:00 +02:00
Anna.Kozlova c27352531f force dispose on project close 2017-10-10 13:20:00 +02:00
Anna.Kozlova 0cd0153a3c command line shortener: process Default JRE correctly
+ update on module change
2017-10-09 16:07:26 +02:00
Anna.Kozlova 5f65cd8325 EA-108779 - NPE: JUnitUtil.a 2017-10-06 20:06:57 +02:00
Anna.Kozlova 33ac210e7b show shortened classpath preview (IDEA-165946) 2017-10-05 17:58:08 +02:00
Anna.Kozlova 96b43f3b6a ShortenCommandLine naming 2017-10-05 11:51:53 +02:00
Anna.Kozlova 072d1a1e8a canceled searching for tests 2017-10-05 11:51:52 +02:00
Anna.Kozlova c75f9abc16 shorten command line: suggest to edit configuration settings
when command line is too long and configuration allows to choose explicitly method to shorten the command line
2017-10-04 20:46:27 +02:00
Anna.Kozlova 6827fec286 shorten command line: java 9 @argFile explicitly chosen 2017-10-04 20:46:26 +02:00
Anna.Kozlova 9c0e97a5fb option to choose shortening command line method (IDEA-154486; IDEA-165929) 2017-10-04 14:30:46 +02:00