Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Intellij Community
Commits
03ca91cf
Commit
03ca91cf
authored
14 years ago
by
Roman Chernyatchik
Browse files
Options
Download
Email Patches
Plain Diff
fixed [PY-2497] Show test results for selected test whether it's been passed or failed
parent
a742278b
Branches unavailable
Tags unavailable
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
platform/smRunner/src/com/intellij/execution/testframework/sm/runner/SMTestProxy.java
+7
-2
...tellij/execution/testframework/sm/runner/SMTestProxy.java
with
7 additions
and
2 deletions
+7
-2
platform/smRunner/src/com/intellij/execution/testframework/sm/runner/SMTestProxy.java
+
7
-
2
View file @
03ca91cf
...
...
@@ -340,8 +340,13 @@ public class SMTestProxy extends AbstractTestProxy {
public
void
printOn
(
final
Printer
printer
)
{
super
.
printOn
(
printer
);
//Tests State, that provide and formats additional output
myState
.
printOn
(
printer
);
invokeInAlarm
(
new
Runnable
()
{
@Override
public
void
run
()
{
//Tests State, that provide and formats additional output
myState
.
printOn
(
printer
);
}
});
}
public
void
addStdOutput
(
final
String
output
,
final
Key
outputType
)
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help