History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-12241
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Alexey Kudravtsev
Reporter: Anton Makeev
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

JUnit4 ignored test run bug

Created: 24 Nov 06 18:51   Updated: 24 Nov 06 18:51
Component/s: Unit Testing. JUnit
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
@Test
@Ignore
public void testFoo() {
 /*pressing shift+crtl+f10 causes an exception */ 
}

Dispatching: S0:5 0:
java.lang.NullPointerException
at com.intellij.execution.junit2.states.IgnoredState.printOn(IgnoredState.java:17)
at com.intellij.execution.junit2.ui.ConsoleViewPrinter.onNewAvaliable(ConsoleViewPrinter.java:42)
at com.intellij.execution.junit2.TestProxy.fireOnNewPrintable(TestProxy.java:55)
at com.intellij.execution.junit2.TestProxy.setState(TestProxy.java:71)
at com.intellij.execution.junit2.states.TestStateUpdater$StateReader.changeStateOf(TestStateUpdater.java:57)
at com.intellij.execution.junit2.states.TestStateUpdater.readPacketFrom(TestStateUpdater.java:95)
at com.intellij.execution.junit2.segments.PacketsDispatcher.processPacket(PacketsDispatcher.java:36)
at com.intellij.execution.junit.JUnitProcessHandler$Extractor$1$1.run(JUnitProcessHandler.java:79)
at com.intellij.execution.junit2.segments.DeferedActionsQueueImpl.addLast(DeferedActionsQueueImpl.java:16)
at com.intellij.execution.junit.JUnitProcessHandler$Extractor$2$1.run(JUnitProcessHandler.java:91)
at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:222)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:713)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:701)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:519)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.