Anna.Kozlova
|
6570d7340f
|
internal discovery test listener: replace code with reflection
|
2016-07-18 21:11:40 +02:00 |
|
Anna.Kozlova
|
55957df4bf
|
restore starting tests inside libraries as e.g. maven provides the ability to run tests provided in jars over the code base (IDEA-158464)
|
2016-07-13 12:37:49 +02:00 |
|
Anna Kozlova
|
a265b7e2aa
|
update junit 5 to M1
|
2016-07-08 15:20:28 +02:00 |
|
Konstantin Bulenkov
|
cd8cf62a19
|
cleanup. Convert empty arrays to constants (new T[0] -> T.EMPTY)
|
2016-07-07 22:52:00 +02:00 |
|
Yaroslav Lepenkin
|
af189a9e39
|
[Recent Tests] shorten names
|
2016-07-06 19:38:40 +03:00 |
|
Yaroslav Lepenkin
|
7621f6ae53
|
[Recent Tests] show only failed tests and passed configurations in popup. On right arrow failed test suite and configuration is shown
|
2016-07-04 20:47:26 +03:00 |
|
Anna Kozlova
|
29d46776cb
|
read action added; search for class names, not methods
|
2016-07-01 20:20:29 +03:00 |
|
Yaroslav Lepenkin
|
40120065da
|
[Recent Tests] add statistics
|
2016-07-01 14:54:25 +03:00 |
|
Anna Kozlova
|
1af51530f4
|
test discovery: filter out outdated tests
|
2016-06-30 21:02:38 +03:00 |
|
Anna Kozlova
|
6d9fe0d387
|
test history: don't flush root node if there is not much output (IDEA-157793)
|
2016-06-30 21:02:38 +03:00 |
|
Anna Kozlova
|
d2417e5ac0
|
test discovery: choose one of the initial modules when applicable
|
2016-06-20 10:29:14 +03:00 |
|
Anna Kozlova
|
e5bb93fd7f
|
test discovery: pass module through system property if applicable
|
2016-06-16 16:20:44 +03:00 |
|
Anna Kozlova
|
a09b802d17
|
restart auto tests after automake only if some files were generated (IDEA-157550)
|
2016-06-16 16:20:44 +03:00 |
|
Yaroslav Lepenkin
|
47cef86c7c
|
[Recent Tests] attach unmatched tests to it's suites, even if they were executed from different run configurations
|
2016-06-15 18:23:40 +03:00 |
|
Anna Kozlova
|
e5c5cac16e
|
hide configure remote test discovery index action if not applicable
|
2016-06-15 16:08:41 +03:00 |
|
Maxim.Mossienko
|
4f553ba9d6
|
extra space in description
(cherry picked from commit d5dc02b)
|
2016-06-15 16:08:41 +03:00 |
|
Maxim.Mossienko
|
03e45cc030
|
- do not allow set incorrect path
- avoid removing read only files
(cherry picked from commit b480932)
|
2016-06-15 16:08:41 +03:00 |
|
Anna Kozlova
|
e183125b99
|
init remote path action
(cherry picked from commit 271c880)
|
2016-06-15 16:08:41 +03:00 |
|
Maxim.Mossienko
|
8e6e6c360f
|
ability to specify external test discovery index
(cherry picked from commit 36c0752)
|
2016-06-15 16:08:41 +03:00 |
|
Anna Kozlova
|
2bae41452f
|
rerun java test configuration on make completed without errors
(cherry picked from commit 7058066)
|
2016-06-15 16:08:41 +03:00 |
|
Anna Kozlova
|
bb3aa96601
|
missed junit 3 dependency
(cherry picked from commit 8b4a98a)
|
2016-06-15 16:08:41 +03:00 |
|
Anna Kozlova
|
5b3c24f6f1
|
collect discovery data inside TestAll
(cherry picked from commit df6e8fb)
|
2016-06-15 16:08:41 +03:00 |
|
Anna Kozlova
|
02e10c0042
|
change list run restored for junit
(cherry picked from commit 953c12b)
|
2016-06-15 16:08:41 +03:00 |
|
Anna Kozlova
|
5020982df5
|
replace separate run configurations with corresponding test kind; run over change list to be restored
(cherry picked from commit 2f95663)
|
2016-06-15 16:08:41 +03:00 |
|
Anna Kozlova
|
ce82e7d745
|
filter applicable methods by test framework
(cherry picked from commit e3f2cc4)
|
2016-06-15 16:08:41 +03:00 |
|
Anna Kozlova
|
45dee5bdbd
|
typo
(cherry picked from commit 99bbd1d)
|
2016-06-15 16:08:41 +03:00 |
|
Anna Kozlova
|
9ec182d333
|
test discovery: module detection
(cherry picked from commit e538af4)
|
2016-06-15 16:08:41 +03:00 |
|
Yaroslav Lepenkin
|
d0a2212aac
|
[Recent Tests] Corrected magnitude calculation
|
2016-06-15 15:41:36 +03:00 |
|
Yaroslav Lepenkin
|
fe7fb4b4da
|
[Recent Tests] Corrected run configuration presentation in recent tests
|
2016-06-15 15:41:35 +03:00 |
|
Yaroslav Lepenkin
|
5304a52d2f
|
[Recent Tests] Set suite magnitude to failed if it's marked as passed, but some of suite's test is failed
|
2016-06-15 15:41:34 +03:00 |
|
Yaroslav Lepenkin
|
17bcc2f6b5
|
[Recent Tests] minor: extension method moved into class member
|
2016-06-15 15:41:33 +03:00 |
|
Yaroslav Lepenkin
|
8c35bfd8ce
|
Do not pass runConfigurationName through processHandler since it's already there
|
2016-06-03 16:49:04 +03:00 |
|
peter
|
671fc8b23d
|
cache part of JUnitUtil.isTestClass to avoid O(methods^2) during highlighting
|
2016-06-01 16:46:48 +02:00 |
|
Anna.Kozlova
|
9d6477485d
|
anonymous -> lambda
|
2016-06-01 09:00:47 +02:00 |
|
Yaroslav Lepenkin
|
eb93ea47aa
|
removed assertion, test prettified
|
2016-05-31 17:05:06 +03:00 |
|
Yaroslav Lepenkin
|
32b3650040
|
Fixed EA-83158, show suites without run configuration
|
2016-05-31 17:05:05 +03:00 |
|
Yaroslav Lepenkin
|
0166710b69
|
added ability to add tests and suites without run configuration, more accurate namings
|
2016-05-31 17:05:04 +03:00 |
|
Yaroslav Lepenkin
|
de63e76447
|
minor, rename
|
2016-05-30 21:08:33 +03:00 |
|
Anna.Kozlova
|
43673ee4bd
|
block lambda -> expr lambda
|
2016-05-24 12:27:58 +02:00 |
|
Konstantin Bulenkov
|
c0d0331a7e
|
simplify getting project from AnActionEvent
|
2016-05-24 02:09:26 +02:00 |
|
Egor.Ushakov
|
2662b7fcea
|
deprecated DebugProcessAdapter, use DebugProcessListener with default methods instead
|
2016-05-20 19:08:18 +03:00 |
|
Yaroslav Lepenkin
|
b6f14644b4
|
Recent tests collapses tests executed from the same run configuration.
- provided simple versioning of TestStateStorage.Record
- run configuration name hash is saved into TestStateStorage.Record
- lots of refactorings
|
2016-05-20 17:25:37 +03:00 |
|
Anna.Kozlova
|
36ee7203f6
|
anonym -> lambda
|
2016-05-18 12:04:12 +02:00 |
|
Nikolay Mikhaylov
|
e3e5cb7590
|
remote debug arquillian testNG tests
|
2016-05-18 10:41:48 +03:00 |
|
Alexey Kudravtsev
|
4821248d09
|
notnull
|
2016-05-17 14:20:36 +03:00 |
|
Vladimir Krivosheev
|
0e6cd68aee
|
Merge branch 'IDEA-CR-10038'
# Conflicts:
# platform/built-in-server/src/org/jetbrains/ide/OpenFileHttpService.java
# platform/platform-impl/src/com/intellij/ide/impl/ProjectUtil.java
# platform/util/resources/misc/registry.properties
|
2016-05-17 11:12:11 +02:00 |
|
Nikolay Mikhaylov
|
0e783330cc
|
debug managed GF server
|
2016-05-16 13:08:36 +03:00 |
|
Vladimir Krivosheev
|
e79931456a
|
Merge remote-tracking branch 'origin/master' into IDEA-CR-10038
|
2016-05-12 11:28:40 +02:00 |
|
Anna Kozlova
|
aa1ef678ae
|
java tests: ensure search is completed with onFound so all invariants would be in the consistent state
|
2016-05-11 12:46:25 +02:00 |
|
Vladimir Krivosheev
|
74586357bc
|
Merge remote-tracking branch 'origin/master' into IDEA-CR-10038
# Conflicts:
# platform/platform-resources-en/src/messages/IdeBundle.properties
|
2016-05-10 11:20:00 +02:00 |
|